summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Added missing strchr_wa.Jeremy Allison2001-11-041-0/+5
* | a big one:Simo Sorce2001-11-044-29/+319
* | remove {} from default valid char listAndrew Tridgell2001-11-041-1/+1
* | Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-2/+2
* | zero the data, not a pointer to the data ...Andrew Tridgell2001-11-011-1/+1
* | Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-1/+1
* | Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+8
* | Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13
* | More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-295-26/+28
* | This commit is number 4 of 4.Andrew Bartlett2001-10-293-9/+9
* | This commit is number 3 of 4.Andrew Bartlett2001-10-292-20/+59
* | This commit is number 2 of 4.Andrew Bartlett2001-10-291-3/+14
* | smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-1/+2
* | A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-261-8/+8
* | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
* | Removed unused function.Tim Potter2001-10-241-68/+0
* | get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-232-9/+7
* | a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-1/+1
* | Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-221-2/+14
* | Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison2001-10-221-1/+27
* | Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-4/+4
* | removed an unused variableAndrew Tridgell2001-10-201-1/+0
* | Merge Gerry's %G change from 2.2.2.Jeremy Allison2001-10-181-7/+8
* | added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-2/+2
* | return of vsnprintf doesn't include terminationAndrew Tridgell2001-10-141-1/+1
* | bit neater talloc_asprintf() implementationAndrew Tridgell2001-10-141-19/+11
* | introduce mangle backward compatibility functionsSimo Sorce2001-10-131-0/+31
* | This file is really old and not used anymore.Tim Potter2001-10-121-1375/+0
* | first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-2/+9
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-112-0/+43
* | old fixes I forgot to commitSimo Sorce2001-10-091-5/+5
* | initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-091-1/+3
* | fixed lame valid tableAndrew Tridgell2001-10-071-2/+2
* | fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell2001-10-031-5/+5
* | switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-035-75/+122
* | Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-4/+116
* | Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-022-2/+26
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0226-61/+0
* | make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2001-09-302-6/+16
* | merge from 2.2Gerald Carter2001-09-301-17/+0
* | Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett2001-09-293-4/+4
* | OpenSSL merge from 2.2Gerald Carter2001-09-262-2/+2
* | Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-5/+8
* | - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-251-0/+107
* | fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-251-8/+10
* | added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-251-1/+0
* | allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell2001-09-251-10/+1
* | Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison2001-09-251-1/+5
* | fixed a silly off by 1 bugAndrew Tridgell2001-09-241-0/+3
* | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-221-0/+24