Age | Commit message (Expand) | Author | Files | Lines |
2001-03-22 | New POSIX ACL mapping code. Works with UNIX permissions, now for testing | Jeremy Allison | 1 | -338/+684 |
2001-03-20 | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 1 | -2/+1 |
2001-03-19 | Added sys_dlopen/sys_dlsym/sys_dlclose. | Jeremy Allison | 1 | -2/+2 |
2001-03-18 | fixed some compilation errors with IRIX cc | Andrew Tridgell | 1 | -2/+2 |
2001-03-17 | ADMIN$ is an IPC share, not a disk share | Andrew Tridgell | 1 | -1/+1 |
2001-03-17 | lib/system.c (Finally) fixed all insure errors in password caching code. We c... | Jeremy Allison | 1 | -3/+20 |
2001-03-17 | I'm happy with the mapping for NT getACL, now for NT setACL. | Jeremy Allison | 1 | -67/+175 |
2001-03-16 | don't need to force unicode strings in flg2 anymore | Andrew Tridgell | 1 | -4/+3 |
2001-03-16 | finished the conversion to unicode of the last of the trans2 fns | Andrew Tridgell | 1 | -18/+6 |
2001-03-16 | converted the nttrans code to unicode on the wire | Andrew Tridgell | 1 | -117/+13 |
2001-03-16 | converted reply_printqueue | Andrew Tridgell | 1 | -3/+3 |
2001-03-16 | converted reply_search | Andrew Tridgell | 1 | -7/+9 |
2001-03-16 | enable unicode on the wire by default in smbd | Andrew Tridgell | 1 | -2/+2 |
2001-03-15 | Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone). | Jeremy Allison | 1 | -12/+32 |
2001-03-15 | Last tweak (I promise :-). Fallback to returning our SID if we're a domain | Jeremy Allison | 1 | -3/+12 |
2001-03-14 | don't need srvstr_push_size or srvstr_pull_size | Andrew Tridgell | 1 | -40/+0 |
2001-03-14 | converted the smb messaging code to unicode | Andrew Tridgell | 1 | -17/+15 |
2001-03-14 | converted a bunch more trans2 calls for unicode. This got quite tricky :( | Andrew Tridgell | 1 | -179/+145 |
2001-03-13 | fixed srvstr_push() call | Andrew Tridgell | 1 | -1/+1 |
2001-03-13 | converted a bunch more fns to unicode | Andrew Tridgell | 1 | -14/+12 |
2001-03-13 | Fix from Jim McDonough of IBM for using Win9x user manager. | Jeremy Allison | 1 | -2/+9 |
2001-03-13 | simpler and more correct srvstr_push() | Andrew Tridgell | 3 | -25/+25 |
2001-03-13 | converted reply_tcon() | Andrew Tridgell | 1 | -40/+22 |
2001-03-13 | converted a bunch more server functions to unicode | Andrew Tridgell | 1 | -10/+20 |
2001-03-13 | added STR_ASCII flag to srvstr_pull() | Andrew Tridgell | 1 | -2/+2 |
2001-03-13 | - convert chkpath | Andrew Tridgell | 1 | -4/+5 |
2001-03-13 | converted findnext to unicode | Andrew Tridgell | 1 | -1/+1 |
2001-03-13 | this patch does a number of things: | Andrew Tridgell | 5 | -93/+127 |
2001-03-13 | Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wants | Jeremy Allison | 1 | -3/+3 |
2001-03-11 | Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct | Jeremy Allison | 1 | -2/+0 |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 2 | -4/+4 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 34 | -125/+1 |
2001-03-10 | converted reply_open, reply_open_and_x and reply_fclose | Andrew Tridgell | 1 | -8/+11 |
2001-03-10 | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 3 | -36/+225 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -2/+2 |
2001-03-09 | merge of 'lanman auth' and 'min protocol' from 2.2 | Gerald Carter | 2 | -12/+24 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 2 | -16/+6 |
2001-02-27 | Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus | Jeremy Allison | 1 | -9/+17 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 1 | -1/+1 |
2001-02-23 | removed wrong patch to get_dir_entry(). This was left over from the | Gerald Carter | 1 | -5/+0 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -13/+13 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 1 | -3/+17 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -3/+12 |
2001-02-16 | configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss... | Jeremy Allison | 3 | -6/+18 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -1/+1 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 1 | -2/+5 |
2001-02-12 | Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com. | Jeremy Allison | 1 | -2/+2 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 5 | -8/+61 |
2001-02-11 | Ensure people know this is unused. | Jeremy Allison | 1 | -567/+0 |
2001-02-08 | reverted *.* patch until someone explains to me what the test case is | Andrew Tridgell | 1 | -5/+0 |