summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-1526-537/+923
* last syncs from 3.0Gerald Carter2003-07-161-338/+325
* starting to sync up for beta3Gerald Carter2003-07-1611-44/+457
* * catching last minute changes to debug messages, formatting, andGerald Carter2003-07-021-184/+187
* syncing jelmers updates to the docs in 3.0Gerald Carter2003-07-011-1/+1
* starting to sync for 3.0beta2Gerald Carter2003-07-0110-608/+545
* syncs from 3.0Gerald Carter2003-06-071-6/+14
* more syncs from 3.0Gerald Carter2003-06-062-11/+18
* working on creating the 3.0 release treeGerald Carter2003-06-062-0/+425
* working on creating the 3.0 release treeGerald Carter2003-06-0627-1065/+1773
* Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-51/+14
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Merge from 3.0:Tim Potter2003-05-281-0/+1
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-2/+4
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-1/+4
* we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprotAndrew Tridgell2003-05-211-0/+2
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison2003-05-171-1/+49
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-152-5/+7
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-141-0/+1
* spellingTim Potter2003-05-144-5/+5
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-7/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+7
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
* Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-071-5/+16
* Add metze's exit and idle event patchJelmer Vernooij2003-05-062-0/+10
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* proper wellknown sids initialization at startupSimo Sorce2003-05-011-1/+4
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-012-5/+5
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-011-1/+1
* This is a nice rewrite:Simo Sorce2003-04-294-21/+15
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* consolidate idmap code in one placeSimo Sorce2003-04-291-349/+0
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-291-229/+42
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* make winbind use idmap as well.Simo Sorce2003-04-271-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0