summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| * Merge from distcc:Martin Pool2003-05-071-2/+8
| * We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
| * Add metze's exit and idle event patchJelmer Vernooij2003-05-066-4/+163
| * uff, forgot to put back this one :-/Simo Sorce2003-05-061-0/+1
* | * set winbind cache time to 5 minutesGerald Carter2003-06-034-19/+96
* | Fix debug message merge.Jeremy Allison2003-06-031-1/+1
* | Merge change winbindd cache time 15 -> 120 secs.Jeremy Allison2003-06-031-1/+1
* | Merge DEBUG message on usleep on open.Jeremy Allison2003-06-031-0/+1
* | Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.Jeremy Allison2003-06-031-2/+29
* | added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2003-06-012-3/+10
* | fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell2003-06-011-35/+2
* | Fix compile.Volker Lendecke2003-05-311-1/+1
* | Got us happy running under valgrind again :-).Jeremy Allison2003-05-313-0/+10
* | Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2003-05-312-0/+16
* | Ensure 'blank' entries show up in both default and normal entries toJeremy Allison2003-05-302-14/+17
* | More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-304-17/+17
* | More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-11/+11
* | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-302-6/+8
* | Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij2003-05-301-23/+0
* | 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