| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a silly memset typo. | Tim Potter | 2002-10-21 | 1 | -2/+2 |
* | reverted an incorrect fix. What I was trying to do was fix a problem | Andrew Tridgell | 2002-10-21 | 1 | -1/+1 |
* | a space is a standard valid character in a filename | Andrew Tridgell | 2002-10-21 | 1 | -1/+1 |
* | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 2002-10-21 | 1 | -0/+10 |
* | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 2002-10-21 | 1 | -1/+1 |
* | Added stubs for query/set security descriptors on files. Not even close to | Tim Potter | 2002-10-20 | 1 | -0/+52 |
* | Fix full_name for info23 as well. Thanks, Andrew. | Volker Lendecke | 2002-10-19 | 1 | -1/+1 |
* | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 2002-10-19 | 3 | -9/+33 |
* | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 2002-10-18 | 1 | -1/+2 |
* | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 2002-10-18 | 1 | -1/+0 |
* | It seems that I'm meant to be using the helper function here, not the struct | Andrew Bartlett | 2002-10-18 | 1 | -1/+1 |
* | Format objectGUIDs on ads dumps. | Jim McDonough | 2002-10-18 | 2 | -5/+53 |
* | Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse... | Jeremy Allison | 2002-10-18 | 2 | -48/+106 |
* | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 2002-10-18 | 2 | -1/+2 |
* | Add extra parm to cli_full_connection call. Tim, you should probably look at... | Jim McDonough | 2002-10-18 | 1 | -1/+1 |
* | Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c. | Jim McDonough | 2002-10-18 | 1 | -1/+2 |
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 10 | -29/+99 |
* | Revert changes | Volker Lendecke | 2002-10-17 | 2 | -25/+17 |
* | Revert changes | Volker Lendecke | 2002-10-17 | 1 | -24/+22 |
* | When unmarshalling a relstr, don't unmarshall the string data if the | Tim Potter | 2002-10-17 | 1 | -0/+3 |
* | Ignore python build directory. | Tim Potter | 2002-10-17 | 1 | -0/+1 |
* | Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out | Tim Potter | 2002-10-17 | 1 | -2/+3 |
* | make proto | Tim Potter | 2002-10-17 | 1 | -1/+1 |
* | open_pipe_creds() now takes a pipe index instead of a pipe name. | Tim Potter | 2002-10-17 | 5 | -10/+9 |
* | Fix for new arguments of cli_nt_session_open() | Tim Potter | 2002-10-17 | 1 | -4/+3 |
* | Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-). | Jeremy Allison | 2002-10-16 | 1 | -1/+3 |
* | fix from APP_HEAD to commit a re-init'd printer to disk | Gerald Carter | 2002-10-16 | 1 | -0/+6 |
* | No functional change. I'm trying to understand pdb_ldap.c and | Volker Lendecke | 2002-10-16 | 1 | -22/+24 |
* | Create group mappings on the fly. | Volker Lendecke | 2002-10-16 | 2 | -17/+25 |
* | SMB_ASSERT to check list terminates. | Jeremy Allison | 2002-10-16 | 1 | -0/+3 |
* | - we need to rescan the trusted domain list regularly to cope with | Andrew Tridgell | 2002-10-15 | 2 | -1/+5 |
* | Change default of max_xmit to match W2K. Ensure NT negprot uses it. | Jeremy Allison | 2002-10-15 | 2 | -2/+4 |
* | Fix spelling of background_process. | Jeremy Allison | 2002-10-15 | 2 | -6/+6 |
* | Change to use sys_read/sys_write. | Jeremy Allison | 2002-10-15 | 1 | -10/+4 |
* | Added cli_set_timeout() call. | Jeremy Allison | 2002-10-15 | 1 | -0/+11 |
* | fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard for | Andrew Tridgell | 2002-10-15 | 1 | -4/+2 |
* | merge from app_head to use GMT in job submission notification | Gerald Carter | 2002-10-15 | 1 | -1/+1 |
* | Tidyup of file specific access mask bits. | Tim Potter | 2002-10-14 | 1 | -14/+19 |
* | Don't use SAM FLAGS from smb.h since they're gone - patch from metze | Jelmer Vernooij | 2002-10-14 | 2 | -32/+3 |
* | In my test, sync_context simply has to be incremented. Can | Volker Lendecke | 2002-10-14 | 1 | -10/+9 |
* | Nice *big* patch from metze. | Andrew Bartlett | 2002-10-12 | 20 | -513/+694 |
* | We already set LDAPv3 at connect time, no need to set it again. | Andrew Bartlett | 2002-10-12 | 1 | -8/+0 |
* | Turns out with Win9x, we could occasionally return from unix_convert() given | Jeremy Allison | 2002-10-11 | 1 | -0/+12 |
* | Added "unknown info level". | Jeremy Allison | 2002-10-09 | 1 | -0/+1 |
* | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 2002-10-09 | 1 | -1/+1 |
* | print job properties fix from APP_HEAD. a null devmode is not a failure. | Gerald Carter | 2002-10-09 | 1 | -11/+5 |
* | removed stat() call in lp_add_home() | Gerald Carter | 2002-10-09 | 1 | -7/+0 |
* | add_printer_hook() fix from APP_HEAD | Gerald Carter | 2002-10-09 | 1 | -6/+17 |
* | Distclean should remove scripts/findsmb (patch from metze) | Jelmer Vernooij | 2002-10-09 | 1 | -8/+12 |
* | merge from APP_HEAD | Gerald Carter | 2002-10-08 | 9 | -20/+222 |