summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | pytevent: Add missing file.Jelmer Vernooij2008-12-231-0/+10
* | Allow using external libtevent.Jelmer Vernooij2008-12-234-14/+12
* | standalone: Use more variables, preparing to include these files from mainJelmer Vernooij2008-12-233-14/+17
* | Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-12-235-6/+3
|\ \
| * \ Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-232-25/+67
| |\ \
| * | | Move Samba4-specific file out of common libtevent.Jelmer Vernooij2008-12-235-6/+3
* | | | Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2008-12-232-11/+18
| |/ / |/| |
* | | Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison2008-12-231-23/+62
* | | Fix another "format not a string literal and no format arguments" warning.Jeremy Allison2008-12-231-2/+5
|/ /
* | Fix silly typo.Jelmer Vernooij2008-12-231-1/+1
* | pyldb: Provide replacement for sizeargfunc, not available before Python2.5.Jelmer Vernooij2008-12-231-0/+1
* | samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij2008-12-231-1/+1
* | python: Define Py_ssize_t if the Python library doesn't.Jelmer Vernooij2008-12-232-0/+12
* | s3: Fix stream marshalling to return the correct streaminfo statusTim Prouty2008-12-231-10/+1