Age | Commit message (Expand) | Author | Files | Lines |
2001-11-14 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-11-13 | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 1 | -68/+89 |
2001-11-12 | messed up with patches, this should be the right one, | Simo Sorce | 1 | -2/+1 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 3 | -10/+88 |
2001-11-10 | fixed, moved and added some functions | Simo Sorce | 2 | -98/+153 |
2001-11-07 | add convert_string_allocate() function | Simo Sorce | 1 | -5/+86 |
2001-11-05 | Removed totally annoying verbose debug in sid_to_string() | Tim Potter | 1 | -2/+0 |
2001-11-04 | Added missing strchr_wa. | Jeremy Allison | 1 | -0/+5 |
2001-11-04 | a big one: | Simo Sorce | 4 | -29/+319 |
2001-11-04 | remove {} from default valid char list | Andrew Tridgell | 1 | -1/+1 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -2/+2 |
2001-11-01 | zero the data, not a pointer to the data ... | Andrew Tridgell | 1 | -1/+1 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -1/+1 |
2001-10-31 | Parionia to ensure people don't install libsmb based programs setuid root. | Andrew Bartlett | 1 | -0/+8 |
2001-10-29 | Add a bit of 'const' for the data_blob code. | Andrew Bartlett | 1 | -3/+13 |
2001-10-29 | More spelling and grammer from Vance. <vance@digital-host.net> | Andrew Bartlett | 5 | -26/+28 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 3 | -9/+9 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 2 | -20/+59 |
2001-10-29 | This commit is number 2 of 4. | Andrew Bartlett | 1 | -3/+14 |
2001-10-27 | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 1 | -1/+2 |
2001-10-26 | A few spelling fixes from Vance. <vance@digital-host.net> | Andrew Bartlett | 1 | -8/+8 |
2001-10-24 | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>. | Jeremy Allison | 1 | -2/+2 |
2001-10-24 | Removed unused function. | Tim Potter | 1 | -68/+0 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 2 | -9/+7 |
2001-10-22 | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 1 | -1/+1 |
2001-10-22 | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 1 | -2/+14 |
2001-10-22 | Added xmalloc - calls smb_panic on zero size or malloc fail. | Jeremy Allison | 1 | -1/+27 |
2001-10-20 | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 1 | -4/+4 |
2001-10-20 | removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2001-10-18 | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 1 | -7/+8 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -2/+2 |
2001-10-14 | return of vsnprintf doesn't include termination | Andrew Tridgell | 1 | -1/+1 |
2001-10-14 | bit neater talloc_asprintf() implementation | Andrew Tridgell | 1 | -19/+11 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 1 | -0/+31 |
2001-10-12 | This file is really old and not used anymore. | Tim Potter | 1 | -1375/+0 |
2001-10-11 | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 1 | -2/+9 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2 | -0/+43 |
2001-10-09 | old fixes I forgot to commit | Simo Sorce | 1 | -5/+5 |
2001-10-09 | initial support to error report in smbclient, useful when using smbclient -c ... | Simo Sorce | 1 | -1/+3 |
2001-10-07 | fixed lame valid table | Andrew Tridgell | 1 | -2/+2 |
2001-10-03 | fixed basic ucs2 operation on big endian boxes. Still a bit more to | Andrew Tridgell | 1 | -5/+5 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 5 | -75/+122 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -4/+116 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 2 | -2/+26 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 26 | -61/+0 |
2001-09-30 | make strupper() and strlower() not modify the string if it doesn't | Andrew Tridgell | 2 | -6/+16 |
2001-09-30 | merge from 2.2 | Gerald Carter | 1 | -17/+0 |
2001-09-29 | Add a few const statements to various odd bits of the tree. (Fixes some | Andrew Bartlett | 3 | -4/+4 |
2001-09-26 | OpenSSL merge from 2.2 | Gerald Carter | 2 | -2/+2 |
2001-09-26 | Added Elrond patch to make se_access_check use NT datastructures, not Samba. | Jeremy Allison | 1 | -5/+8 |