summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * s4:selftest: we pass raw.delete.delete21Stefan Metzmacher2008-12-181-1/+0
| | * s4:ntvfs_generic: pass RAW-OPEN againStefan Metzmacher2008-12-181-0/+2
| | * RAW-CHKPATH: not every server behaves like samba3...Stefan Metzmacher2008-12-181-1/+1
| | * BASE-LOCK: fix LOCK5Stefan Metzmacher2008-12-181-4/+12
| | * Handle different failure modes when we wipe the db in provisionAndrew Bartlett2008-12-181-7/+8
| | * Parse options (and open the database) before starting transactionsAndrew Bartlett2008-12-181-2/+2
| | * Print error strings when transactions fail in ldb toolsAndrew Bartlett2008-12-183-6/+6
| | * Rename ldb index pointer wrapper functionAndrew Bartlett2008-12-181-8/+8
| | * Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH2...Jeremy Allison2008-12-171-4/+0
| | * s4: smbtorture, fix the build of netlogon test after idl change.Günther Deschner2008-12-171-2/+2
| | * s4: fix smbtorture build after idl change.Günther Deschner2008-12-171-4/+13
| | * s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher2008-12-178-9/+25
| | * s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher2008-12-178-23/+82
| | * s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher2008-12-178-8/+29
| | * s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher2008-12-175-85/+0
| | * s4:libcli/resolve: let the "host" module use the dns_ex.c codeStefan Metzmacher2008-12-171-183/+11
| | * s4:libcli/resolve: add getaddrinfo()/dns_looup() resolvingStefan Metzmacher2008-12-172-0/+485
| | * s4:libcli/resolve: don't use __RESOLVE_H__ it might be used by system headers...Stefan Metzmacher2008-12-171-3/+3
| | * s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...Stefan Metzmacher2008-12-172-2/+2
| | * s4:lib/socket: remove unused codeStefan Metzmacher2008-12-171-22/+0
| | * s4:headermap: dom_sid.h was renamed to server_id.hStefan Metzmacher2008-12-172-3/+3
| | * s4:headermap: we need the pathes for gen_ndr headers with and without ../Stefan Metzmacher2008-12-171-25/+52
| | * s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-178-3/+18
| | * s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-1730-7911/+0
| | * s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-1722-16/+23
| | * 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: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
| * | 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
| |/ |/|