Age | Commit message (Expand) | Author | Files | Lines |
2003-02-21 | s/unistr2_to_dos/unistr2_to_ascii/ to fix compile | Gerald Carter | 1 | -1/+1 |
2003-02-21 | couple of merges from APP_HEAD | Gerald Carter | 2 | -5/+26 |
2003-02-21 | patch from Hal Roberts check for a valid [f]chmod_acl function pointer before... | Gerald Carter | 1 | -2/+12 |
2003-02-21 | Fix IRIX build...void fn can't return another void fn | Jim McDonough | 1 | -1/+2 |
2003-02-21 | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 1 | -0/+12 |
2003-02-21 | Ignore errors on python_clean target. | Tim Potter | 1 | -1/+1 |
2003-02-20 | Added Volkers "print server role" patch. | Jeremy Allison | 1 | -0/+22 |
2003-02-20 | Compile in lib/module.o | Jelmer Vernooij | 1 | -1/+1 |
2003-02-20 | Merge in smb_load_module() function from HEAD | Jelmer Vernooij | 1 | -24/+0 |
2003-02-20 | Remove obsolete files | Jelmer Vernooij | 2 | -1699/+0 |
2003-02-20 | Ensure tdb error code is set for corrupt and i/o errors before calling | Jeremy Allison | 1 | -1/+24 |
2003-02-20 | (Merge from APPLIANCE_HEAD) | Martin Pool | 1 | -1/+4 |
2003-02-19 | Merge typo fix. | Tim Potter | 1 | -1/+1 |
2003-02-19 | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info() | Tim Potter | 2 | -15/+10 |
2003-02-19 | Merge cleanups of return values. | Tim Potter | 1 | -5/+5 |
2003-02-19 | Merge some random looking setenv related kerberos stuff that makes | Tim Potter | 1 | -4/+9 |
2003-02-19 | Merge of cleanups and srvsvc implementation from HEAD. | Tim Potter | 20 | -255/+222 |
2003-02-19 | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 1 | -19/+27 |
2003-02-19 | correct init, tx Stefan | Simo Sorce | 1 | -1/+2 |
2003-02-19 | Sync with HEAD for verifying kerberos tickets. | Jim McDonough | 4 | -20/+70 |
2003-02-19 | Fix segv in net ads join...an extra & was the culprit | Jim McDonough | 1 | -1/+1 |
2003-02-19 | Merge from HEAD: We don't need this any more, setenv() is in replace.c now | Andrew Bartlett | 1 | -14/+0 |
2003-02-19 | Merge minor library fixes from HEAD to 3.0. | Andrew Bartlett | 12 | -45/+117 |
2003-02-19 | Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default | Jeremy Allison | 1 | -3/+3 |
2003-02-19 | Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the | Jeremy Allison | 1 | -9/+14 |
2003-02-18 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 2 | -2/+2 |
2003-02-18 | Sync w/HEAD - add DES_CBC_CRC encryption type | Jim McDonough | 1 | -1/+1 |
2003-02-18 | Check return code of string_to_sid. (Merge from HEAD) | Martin Pool | 2 | -5/+14 |
2003-02-18 | Check return code of string_to_sid. (Merge from HEAD) | Martin Pool | 3 | -25/+36 |
2003-02-18 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 7 | -0/+993 |
2003-02-18 | Cleanup of header files for python extensions. | Tim Potter | 25 | -261/+360 |
2003-02-18 | Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need | Jeremy Allison | 1 | -0/+7 |
2003-02-18 | Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need | Jeremy Allison | 1 | -0/+7 |
2003-02-18 | set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985 | Gerald Carter | 1 | -10/+57 |
2003-02-18 | set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985 | Gerald Carter | 1 | -10/+57 |
2003-02-18 | Remove obsolete comment. | Martin Pool | 1 | -2/+0 |
2003-02-18 | Doxygen janitor. No other changes. | Martin Pool | 1 | -0/+9 |
2003-02-18 | cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDs | Martin Pool | 1 | -2/+5 |
2003-02-18 | init_dom_sid2s: Check return code from string_to_sid. Skip tokens | Martin Pool | 1 | -8/+12 |
2003-02-18 | Check return code from string_to_sid. | Martin Pool | 2 | -5/+14 |
2003-02-18 | add_initial_entry should fail if string_to_sid fails. | Martin Pool | 1 | -1/+5 |
2003-02-18 | Patch from vorlon@debian.org to split out our -lacl dependency to only smbd | Andrew Bartlett | 2 | -6/+14 |
2003-02-18 | Doxygen janitor and some doc typo fixes. | Martin Pool | 1 | -68/+92 |
2003-02-18 | Doxygen janitor. No other changes. | Martin Pool | 1 | -120/+119 |
2003-02-18 | The cli_send_tconX code already determines to send \\server\share to port 139 | Andrew Bartlett | 1 | -18/+3 |
2003-02-17 | Update config.guess, config.sub to the versions from the GNU autotools | Martin Pool | 2 | -210/+363 |
2003-02-17 | Add comment explaining the -DDEVELOPER safe_strcpy overflow hack. | Martin Pool | 1 | -1/+5 |
2003-02-17 | Correctly check for inet_addr fail. Patch from gregor.7@osu.edu. | Jeremy Allison | 1 | -2/+5 |
2003-02-17 | Correctly check for inet_addr fail. Patch from gregor.7@osu.edu. | Jeremy Allison | 1 | -2/+5 |
2003-02-17 | Dummy commit, I can't get through to samba-cvs@samba.org. It can't really | Volker Lendecke | 1 | -1/+0 |