summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-298-283/+278
* Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
* function() is *NOT* a valid C proto, but C++ only.Jeremy Allison2003-05-291-1/+1
* Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij2003-05-296-50/+94
* Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+1
* Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2003-05-292-64/+110
* Fix bugzilla #117: winbindd looping on 100+char usernameJim McDonough2003-05-291-20/+10
* Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-107/+14
* DNS domain/server name constants were also swapped.Tim Potter2003-05-281-2/+2
* The constants for NetBIOS domain and server names in a NTLMSSP name list wereTim Potter2003-05-281-2/+2
* Syncup with HEAD:Tim Potter2003-05-281-4/+10
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* cut-n-paste errorGerald Carter2003-05-271-1/+1
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
* volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* Squash another compiler warning.Tim Potter2003-05-271-2/+2
* Fixed unused variable warning.Tim Potter2003-05-271-1/+2
* I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2003-05-272-3/+3
* Fix printf warnings in debug statments.Tim Potter2003-05-271-2/+2
* Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
* More fixes for builddir != srcdir.Tim Potter2003-05-275-38/+32
* Fix extra arg for cm_get_netlogon_cli()Tim Potter2003-05-271-1/+1
* Whoops - tried to merge to wrong branch for bug #60 merge. This redosTim Potter2003-05-271-3/+0
* Formatting syncup.Tim Potter2003-05-261-3/+1
* Merge of fix for bug #60.Tim Potter2003-05-261-0/+3
* Ignore t_stringoverflow binary.Tim Potter2003-05-261-0/+1
* Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij2003-05-261-1/+1
* Metze's patches:John Terpstra2003-05-262-59/+57
* Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
* Ignore autogenerated file.Tim Potter2003-05-261-0/+1
* This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-262-7/+7
* Spelling.Tim Potter2003-05-261-1/+2
* Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett2003-05-261-0/+46
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-253-47/+52
* Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
* Don't use extensions like '\t' in a sed script. It breaks the make proto.Jeremy Allison2003-05-231-6/+6
* installman needs to depend on installdirs, to fix parallelAndrew Tridgell2003-05-231-2/+2
* Ignore *.po files.Tim Potter2003-05-231-0/+1
* Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter2003-05-234-22/+33
* Compile shared modules with the -fPIC flag. Reported by Steve Langasek akaJelmer Vernooij2003-05-221-38/+38
* 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-222-8/+6
* Add more info to debug info...Jeremy Allison2003-05-221-1/+5
* fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter2003-05-221-2/+5
* fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter2003-05-221-1/+13
* updating versionGerald Carter2003-05-221-1/+1
* Merge of head(1) portability patch.Tim Potter2003-05-221-2/+2
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-212-4/+20