summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-01Add a specialised version of tpot's libsmb samlogon code for use withAndrew Bartlett1-0/+86
2002-01-01Fix up C99 comment.Andrew Bartlett1-1/+1
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-12-31last_enum not used.Jeremy Allison1-4/+0
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison2-7/+1
2001-12-31added a simple test to see whether building shared libraries actuallyAndrew Tridgell3-297/+346
2001-12-31ops, froget to set the values.Simo Sorce1-1/+7
2001-12-31const religionSimo Sorce1-3/+3
2001-12-31port mods from 2.2Simo Sorce1-3/+36
2001-12-31reverted to 1.24 and manually merged in changes from 2.2Gerald Carter1-194/+71
2001-12-31cope with systems that don't have full gssapi libsAndrew Tridgell6-663/+720
2001-12-31more irix -64 portability fixesAndrew Tridgell5-18/+9
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell6-11/+10
2001-12-31Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett1-1/+7
2001-12-31Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett4-7/+181
2001-12-31Fix up the comment in the copyright headerAndrew Bartlett1-2/+1
2001-12-31Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett1-1/+1
2001-12-31Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett1-4/+4
2001-12-31Allow this to build without LDAP, as per the example below it.Andrew Bartlett1-1/+1
2001-12-31fix compile errorGerald Carter1-1/+3
2001-12-31removed extern samlogon_userGerald Carter1-6/+0
2001-12-31remove samlogon_userGerald Carter1-10/+1
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter6-217/+439
2001-12-30freeing the wrong pointer, sorry my mistake.Simo Sorce1-5/+5
2001-12-30Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter1-1/+1
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce4-30/+62
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett7-107/+356
2001-12-30Finally remove these files, which moved (by cvs backend magic) to source/authAndrew Bartlett2-1668/+0
2001-12-30Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett2-7/+4
2001-12-30remove unneaded memory leaking code.Simo Sorce1-16/+0
2001-12-30Fix the compile on systems without a full kerberos kit.Andrew Bartlett1-1/+3
2001-12-30Make Samba compile on RH 6.2 again.Andrew Bartlett7-62/+102
2001-12-30When running interactive we want to set our own process group forJeremy Allison6-4/+34
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter5-156/+29
2001-12-29Documented -i modes for nmbd/smbd.Jeremy Allison2-0/+22
2001-12-29Fixup -i interactive modes.Jeremy Allison2-11/+18
2001-12-29Removed extra lp_adduser() call.Jeremy Allison2-17/+4
2001-12-29file Samba-LDAP-HOWTO.sgml was initially added on branch SAMBA_2_2.Gerald Carter1-0/+0
2001-12-29passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce1-1/+2
2001-12-28removed unused filesGerald Carter4-2320/+0
2001-12-28merge from 2.2Gerald Carter1-0/+1
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter9-100/+91
2001-12-26sync with 2.2Gerald Carter8-0/+790
2001-12-22merge Jeremy's gcc3 warning fix from 2.2Herb Lewis1-1/+1
2001-12-22sync up packaging scriptsHerb Lewis2-25/+49
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis5-757/+1323
2001-12-21Removed unused variables.Jeremy Allison1-2/+0
2001-12-21The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison1-335/+0
2001-12-21added a copyright notice.Jean-François Micouleau4-1/+4
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau3-77/+80