summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-06-01added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2-3/+10
2003-06-01fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell1-35/+2
2003-05-31Fix compile.Volker Lendecke1-1/+1
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison3-0/+10
2003-05-31Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2-0/+16
2003-05-30Ensure 'blank' entries show up in both default and normal entries toJeremy Allison2-14/+17
2003-05-30More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough4-17/+17
2003-05-30More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough1-11/+11
2003-05-30Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2-6/+8
2003-05-30Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij1-23/+0
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison8-283/+278
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
2003-05-29function() is *NOT* a valid C proto, but C++ only.Jeremy Allison1-1/+1
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij6-50/+94
2003-05-29Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij1-1/+1
2003-05-29Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2-64/+110
2003-05-29Fix bugzilla #117: winbindd looping on 100+char usernameJim McDonough1-20/+10
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-107/+14
2003-05-28DNS domain/server name constants were also swapped.Tim Potter1-2/+2
2003-05-28The constants for NetBIOS domain and server names in a NTLMSSP name list wereTim Potter1-2/+2
2003-05-28Syncup with HEAD:Tim Potter1-4/+10
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
2003-05-27cut-n-paste errorGerald Carter1-1/+1
2003-05-27Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison1-1/+18
2003-05-27fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter1-6/+8
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-27volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter1-5/+5
2003-05-27Squash another compiler warning.Tim Potter1-2/+2
2003-05-27Fixed unused variable warning.Tim Potter1-1/+2
2003-05-27I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2-3/+3
2003-05-27Fix printf warnings in debug statments.Tim Potter1-2/+2
2003-05-27Fix shadow parameter warning in free_empty_sys_acl()Tim Potter1-5/+5
2003-05-27More fixes for builddir != srcdir.Tim Potter5-38/+32
2003-05-27Fix extra arg for cm_get_netlogon_cli()Tim Potter1-1/+1
2003-05-27Whoops - tried to merge to wrong branch for bug #60 merge. This redosTim Potter1-3/+0
2003-05-26Formatting syncup.Tim Potter1-3/+1
2003-05-26Merge of fix for bug #60.Tim Potter1-0/+3
2003-05-26Ignore t_stringoverflow binary.Tim Potter1-0/+1
2003-05-26Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij1-1/+1
2003-05-26Metze's patches:John Terpstra2-59/+57
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-05-26Ignore autogenerated file.Tim Potter1-0/+1
2003-05-26This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2-7/+7
2003-05-26Spelling.Tim Potter1-1/+2
2003-05-26Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett1-0/+46
2003-05-25Get 'add user script' working again for Samba 3.0.Andrew Bartlett3-47/+52
2003-05-24Fix an insufficient alloc when querying alias members.Volker Lendecke1-1/+1
2003-05-23Don't use extensions like '\t' in a sed script. It breaks the make proto.Jeremy Allison1-6/+6
2003-05-23installman needs to depend on installdirs, to fix parallelAndrew Tridgell1-2/+2
2003-05-23Ignore *.po files.Tim Potter1-0/+1