summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-02Minor update to make the output 'real C'. (The output is intended to be a CAndrew Bartlett1-3/+8
2002-01-02Removed reference to rpc_client/cli_netlogon.o from dependencies forTim Potter1-1/+1
2002-01-02the pdbedit tool manpageSimo Sorce1-0/+291
2002-01-01try to handle broken const in headers on cray unicosAndrew Tridgell2-752/+768
2002-01-01This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett1-2/+2
2002-01-01Add a function to convert 'NT_STATUS...' strings back into their actual errorAndrew Bartlett1-0/+16
2002-01-01Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett1-0/+6
2002-01-01Now that winbind doesn't rely on this, we may as well remove it...Andrew Bartlett1-108/+0
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett3-45/+62
2002-01-01renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headersAndrew Tridgell2-1/+1
2002-01-01A farily large commit:Andrew Bartlett12-191/+166
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