summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-4/+9
2001-11-19Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool1-7/+5
2001-11-19Quieten compiler warnings about a callback function prototype that hasMartin Pool1-1/+7
2001-11-18fixed some bugs.Simo Sorce2-18/+19
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison1-212/+0
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2-112/+1
2001-11-15Tidyups in the merge process.Jeremy Allison1-32/+36
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-11-12messed up with patches, this should be the right one,Simo Sorce1-2/+1
2001-11-12some bugfix and new functions,Simo Sorce3-10/+88
2001-11-10fixed, moved and added some functionsSimo Sorce2-98/+153
2001-11-07add convert_string_allocate() functionSimo Sorce1-5/+86
2001-11-05Removed totally annoying verbose debug in sid_to_string()Tim Potter1-2/+0
2001-11-04Added missing strchr_wa.Jeremy Allison1-0/+5
2001-11-04a big one:Simo Sorce4-29/+319
2001-11-04remove {} from default valid char listAndrew Tridgell1-1/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-2/+2
2001-11-01zero the data, not a pointer to the data ...Andrew Tridgell1-1/+1
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-1/+1
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+8
2001-10-29Add a bit of 'const' for the data_blob code.Andrew Bartlett1-3/+13
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett5-26/+28
2001-10-29This commit is number 4 of 4.Andrew Bartlett3-9/+9
2001-10-29This commit is number 3 of 4.Andrew Bartlett2-20/+59
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-3/+14
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-1/+2
2001-10-26A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett1-8/+8
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-10-24Removed unused function.Tim Potter1-68/+0
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis2-9/+7
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-1/+1
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-2/+14
2001-10-22Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison1-1/+27
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-4/+4
2001-10-20removed an unused variableAndrew Tridgell1-1/+0
2001-10-18Merge Gerry's %G change from 2.2.2.Jeremy Allison1-7/+8
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-2/+2
2001-10-14return of vsnprintf doesn't include terminationAndrew Tridgell1-1/+1
2001-10-14bit neater talloc_asprintf() implementationAndrew Tridgell1-19/+11
2001-10-13introduce mangle backward compatibility functionsSimo Sorce1-0/+31
2001-10-12This file is really old and not used anymore.Tim Potter1-1375/+0
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-2/+9
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2-0/+43
2001-10-09old fixes I forgot to commitSimo Sorce1-5/+5
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce1-1/+3
2001-10-07fixed lame valid tableAndrew Tridgell1-2/+2
2001-10-03fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell1-5/+5
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell5-75/+122