summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | docs: Update section "ldap ssl" in man smb.conf.Karolin Seeger2008-12-171-11/+8
| | * | s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2008-12-171-1/+1
| | * | docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.Karolin Seeger2008-12-171-15/+17
| | * | s4:headermap: we need the pathes for gen_ndr headers with and without ../Stefan Metzmacher2008-12-171-25/+52
| | * | lib/util: make it possible to use debug.h with using xfile.hStefan Metzmacher2008-12-172-2/+3
| | * | s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-1728-106/+125
| | * | s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-1730-0/+0
| | * | net luaVolker Lendecke2008-12-174-4/+401
| | * | Compile libluaVolker Lendecke2008-12-173-0/+82
| | * | Add the Lua distibution from http://www.lua.org/ftp/lua-5.1.4.tar.gzVolker Lendecke2008-12-17100-0/+28089
| | * | s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-1722-16/+23
| | * | docs: Fix TOC of generated HTML docs.Karolin Seeger2008-12-171-6/+2
| | * | s3/s4: Fix DCOM idl bugTim Prouty2008-12-161-1/+1
| | * | s4:testprogs: improve extended dn testing of the ldb blackbox testsAndrew Bartlett2008-12-171-6/+8
| | * | s4:ldb: add some python tests for extended dnsAndrew Bartlett2008-12-171-27/+60
| | * | s4:dsdb: remove normalise moduleAndrew Bartlett2008-12-172-206/+0
| | * | s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference dependin...Andrew Bartlett2008-12-172-4/+7
| | * | s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett2008-12-177-673/+1517
| | * | s4:dsdb: Make the linked_attributes module set an extended dnAndrew Bartlett2008-12-171-192/+325
| | * | s4:rootdse: fix the logic to indentify a rootdse searchAndrew Bartlett2008-12-171-2/+1
| | * | s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-1725-27/+62
| | * | s4:selftest: lower debug level for slapdAndrew Bartlett2008-12-171-1/+1
| | * | s4:setup: fix cut-n-paste error Builtin-Domain => Samba4-Local-DomainAndrew Bartlett2008-12-171-1/+1
| | * | s4:setup: don't set objectCategory: CN=Domain-DNS,${SCHEMADN}Andrew Bartlett2008-12-171-3/+0
| | * | s4:torture: add ldb testsAndrew Bartlett2008-12-173-1/+751
| | * | s4:ldap_server: return the extended dn to the LDAP client if availableAndrew Bartlett2008-12-171-1/+16
| | * | s4:ldb-samba: register samba specific extended dn handlersAndrew Bartlett2008-12-171-51/+138
| | * | s4:samldb: make use of dom_sid_split_rid()Andrew Bartlett2008-12-171-4/+3
| | * | s4:samldb: improve error stringsAndrew Bartlett2008-12-171-6/+8
| | * | s4:ldb.i: hang the dn on the NULL context as the python destructor will free itAndrew Bartlett2008-12-171-0/+2
| | * | s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett2008-12-171-2/+4
| | * | s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett2008-12-172-0/+137
| | * | s4:libcli/ldap: split out a ldap_decode_attribs_bare() functionAndrew Bartlett2008-12-171-8/+18
| | * | s4:ldb_ildap: try to pass extended DNs to the serverAndrew Bartlett2008-12-171-5/+5
| | * | s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2008-12-174-60/+524
| | * | Add hint to use passwordAttributes in @KLUDGE_ACL in futureAndrew Bartlett2008-12-171-1/+2
| | * | Make greater use of 'GUID_from_data_blob'Andrew Bartlett2008-12-171-40/+11
| | * | Fix sequence number generation against OpenLDAPAndrew Bartlett2008-12-171-0/+8
| | |/
| | * nsswitch: fix compiler warnings in winbind_nss_linux.cStefan Metzmacher2008-12-171-3/+3
| * | Start converting registry python module to plain C rather than SWIG.Jelmer Vernooij2008-12-165-4870/+132
* | | Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-194-10/+8
| |/ |/|
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-161-24/+684
|\ \
| * | (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2008-12-161-4/+5
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-12-162-29/+29
| |\ \
| * | | Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2008-12-161-24/+683
* | | | Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij2008-12-166-18/+2
| |/ / |/| |
* | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-161-683/+24
|\| |
| * | Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2008-12-161-683/+24
* | | Fix header installation after move of gen_ndr headers.Jelmer Vernooij2008-12-162-29/+29
|/ /
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-12-17237-5209/+2545
|\|