summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-298-561/+0
* s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ...Stefan Metzmacher2008-12-292-72/+101
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2008-12-291-27/+13
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
* Add write_data_iovVolker Lendecke2008-12-292-0/+70
* Add sys_writevVolker Lendecke2008-12-292-0/+15
* s4 winbind: Copy SID to avoid "discard const" warningKai Blin2008-12-291-1/+2
* s4 winbind: Add support for WINBINDD_GETGRGID callKai Blin2008-12-293-1/+208
* s4 libnet: Add support for groupinfo by sid lookupKai Blin2008-12-294-27/+87
* s4 winbind: Fix typos in debug outputKai Blin2008-12-291-2/+2
* wbinfo4: Add --gid-info optionKai Blin2008-12-291-0/+37
* wbinfo: Add --gid-info option.Kai Blin2008-12-291-0/+30
* s4 winbind: Add implementation for WINBINDD_GETGRNAMKai Blin2008-12-293-1/+200
* s4 winbind: Avoid a "discards const" compiler warning.Kai Blin2008-12-291-2/+2
* s4 libnet: Add group_name member to struct libnet_GroupInfo's out struct.Kai Blin2008-12-292-3/+6
* s4:kdc: pass down event_context explicitStefan Metzmacher2008-12-293-1/+4
* s4:libnet_samdump_keytab: pass down event_context explicitStefan Metzmacher2008-12-291-1/+3
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-292-3/+3
* pyglue: fix the build with automatic dependeciesStefan Metzmacher2008-12-291-1/+1
* lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2008-12-2911-117/+208
* Add -D option to sharesec util to delete the entire security descriptor.Steven Danneman2008-12-281-8/+23
* Change error messages in sharesec util to go to stderr instead of stdoutSteven Danneman2008-12-281-10/+10
* Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman2008-12-281-2/+6
* Make sharesec utility part of the default binary install.Steven Danneman2008-12-281-2/+2
* Cleaned up whitespace issues in sharesec.cSteven Danneman2008-12-281-35/+39
* Fix Samba 3 merged build - include tevent.Jelmer Vernooij2008-12-281-0/+11
* Fix some tevent includes, trying to fix the buildKai Blin2008-12-263-4/+4
* Try to fix the build by fixing some typos in the vfs codeKai Blin2008-12-261-3/+3
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
* s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().Michael Adam2008-12-251-9/+0
* s:Fix uid_to_sid mapping when the idmap cache is empty.Michael Adam2008-12-251-8/+7
* lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher2008-12-242-2/+2
* Fix accidental condition inversion.Jelmer Vernooij2008-12-241-1/+1
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-2410-16/+16
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-231-5/+15
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-2357-276/+586
| |\
| * | pytalloc: Add some comments, use talloc object location in repr ratherJelmer Vernooij2008-12-231-5/+15
* | | s4: Fix make clean to remove gen_ndr objects.Jelmer Vernooij2008-12-231-1/+1
* | | Fix more compiler warnings.Jelmer Vernooij2008-12-2310-36/+33
* | | Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij2008-12-233-8/+8
* | | Fix more compiler warnings in various places.Jelmer Vernooij2008-12-2312-53/+43
* | | Install tevent_internal.h, as Samba 4 needs it.Jelmer Vernooij2008-12-231-0/+1
| |/ |/|
* | Fix compiler warnings in libnet.Jelmer Vernooij2008-12-236-18/+9
* | Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-235-5/+23
* | Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-237-30/+44
* | More asprintf warning fixes.Jeremy Allison2008-12-233-8/+28
* | More asprintf warning fixes.Jeremy Allison2008-12-232-13/+21
* | Fix more asprintf errors and error code paths.Jeremy Allison2008-12-233-12/+36
* | Add missing includes, required for use of gensec by 3rd-partyMatthias Dieter Wallnöfer2008-12-231-0/+3