1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

11284 Commits

Author SHA1 Message Date
John Terpstra
60b19241a5 Added note about Win2Pro RK. 0001-01-01 00:00:00 +00:00
Gerald Carter
c8e77809ad playing janitor for tpot; remove holding pattern 0001-01-01 00:00:00 +00:00
Gerald Carter
dfeab6ff24 remove torture tools on make clean 0001-01-01 00:00:00 +00:00
Gerald Carter
0fb724b321 *lots of small merges form HEAD
*sync up configure.in
*don't build torture tools in make all
*make sure to remove torture tools as part of make clean
0001-01-01 00:00:00 +00:00
Gerald Carter
9ac196dad4 small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00
Gerald Carter
787830782c sync up ignored files from HEAD 0001-01-01 00:00:00 +00:00
Gerald Carter
8bd91a50d4 winbindd merges from HEAD 0001-01-01 00:00:00 +00:00
Gerald Carter
7a4c874842 merging some rpcclient and net functionality from HEAD 0001-01-01 00:00:00 +00:00
Herb Lewis
dc88827786 initialize acct_ctrl before using it
remove ldap_msgfree(result); as result is unitialized at this point
0001-01-01 00:00:00 +00:00
Herb Lewis
1102a6f8cd initialize acct_ctrl variable before it is used
remove ldap_msgfree(result); as result is unitialized at this point
0001-01-01 00:00:00 +00:00
Gerald Carter
d223ea87ae more unused files 0001-01-01 00:00:00 +00:00
Gerald Carter
e3f9b68dee remving more unused files 0001-01-01 00:00:00 +00:00
Gerald Carter
25a9681ddd [merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
0001-01-01 00:00:00 +00:00
John Terpstra
49685e0fe3 First set of Profile Manipulation Notes. 0001-01-01 00:00:00 +00:00
Gerald Carter
4a6d8280ea * removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
0001-01-01 00:00:00 +00:00
Gerald Carter
4ff6f99040 removing unused files from release branch 0001-01-01 00:00:00 +00:00
cvs2svn Import User
619877ce03 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Andrew Bartlett
9e48ab86da Refactor the NTLMSSP code again - this time we use function pointers to
eliminate the dependency on the auth subsystem.  The next step is to add
the required code to 'ntlm_auth', for export to Squid etc.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
c781e34d27 Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup
instead.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Tridgell
65bac11d71 added cli_lsa_enum_account_rights() call. Note that this is in
principal similar to the existing cli_lsa_enum_privsaccount() call,
except that cli_lsa_enum_account_rights() doesn't require a call to
open_account first. There is also the minor matter that
cli_lsa_enum_account_rights() works whereas
cli_lsa_enum_privsaccount() doesn't!

this call can be used to find what privileges an account or group
has. This is a first step towards proper privileges support in Samba.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
919889de78 Fix warnings by getting the function into a shape the autoprototyper will
read, and add a static.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
51b1413056 Crash fixes:
- fix a crash when a second NTLMSSP session tried to free the first
 - fix a crash due to some NULL pointers in the Add Printer Wizard (or read
   printer code too it appears).  As far as I can tell it's just that the
   GUID just might not exist.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Martin Pool
1e33083fe6 One more from waitpid() audit: Correctly interpret waitstatus when a
child fails.  Possibly this was causing smbmount to exit(0) when it
really should have indicated a failure.
0001-01-01 00:00:00 +00:00
Martin Pool
82e4bb598c Run autoheader 0001-01-01 00:00:00 +00:00
Martin Pool
468c487df4 Fix bug where the existence of config.cache would cause functions like
yp_get_default_domain to be misdetected.

According to the autoconf manual we need to check for libraries before
looking for functions in them.
0001-01-01 00:00:00 +00:00
Herb Lewis
04adfa001b IRIX uses libns_winbind.so instead of libnss_winbind.so 0001-01-01 00:00:00 +00:00
Herb Lewis
50adb8cc10 IRIX uses libns_winbind.so instead of libnss_winbind.so 0001-01-01 00:00:00 +00:00
Gerald Carter
099e844571 [merge] removing unused variable and unused file 0001-01-01 00:00:00 +00:00
Gerald Carter
c8266011b7 removing unused variable and unused file 0001-01-01 00:00:00 +00:00
Andrew Bartlett
68de9a5920 Fix some debug lines, and add a bit more info to help track down ldap
connectivity problems.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
4c98700e54 merge: disable [u|g]idPool objects 0001-01-01 00:00:00 +00:00
Gerald Carter
54b054c1ed make -i flag work lik eit did in 2.2 0001-01-01 00:00:00 +00:00
Gerald Carter
5d821c0e23 make -i flag work lik eit did in 2.2 0001-01-01 00:00:00 +00:00
Andrew Bartlett
1df808ac89 Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,
and probably SWAT too..

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
7d52f011e7 Merge from HEAD:
Keep all the const warnings in one place, by adding a utility function to
make the TDB_DATA.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
9b70fa868e Merge from HEAD:
- fstring/pstring mixups
 - the detection code that found them (disabled)
 - a bit of whitespace
 - a static

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
c0fb53c31f Merge from HEAD:
- remove useless #else
 - signed/unsigned fixes
 - use an fstring for LM hash buffer.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
6dd474d845 Merge from HEAD - eliminated unused arguments.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
2a1adb8f81 Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
2c2c52a18b Commit my (disabled) fstring/pstring mixup detection code.
We need to fix some 'overmalloc' cases before it can be enabled by default.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
b328b67fd8 The last of the fstring/pstring mixups, and an extra 'static'. 0001-01-01 00:00:00 +00:00
Andrew Bartlett
e5d2b1f6c3 A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring is
harmless, but breaks my automated check.
0001-01-01 00:00:00 +00:00
Tim Potter
056bdfbce7 Added comment about a SMB_ASSERT() 0001-01-01 00:00:00 +00:00
Tim Potter
7b0c03cbf1 Remove wrapper function _get_trust_account_password() as it doesn't
seem to do anything useful anymore other than call
secrets_fetch_trust_account_password().
0001-01-01 00:00:00 +00:00
Tim Potter
c64e2308ba Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
20ebdee36d merge alt_name patch from head 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e4ce26332b query_alt_name takes a forced unicode string in win2000. It is not
null terminated.

Thanks to Metze for finding this.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
31894ba0e5 clearer debug message when the user is already in the ldap db 0001-01-01 00:00:00 +00:00
Andrew Tridgell
2a642a1169 add help text for 'net ads lookup' 0001-01-01 00:00:00 +00:00
Jeremy Allison
3aea32c8e6 Don't touch data after a free.
Jeremy.
0001-01-01 00:00:00 +00:00