summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19757: Don't do the strrchr twice. Pointed out by Martin Kuhl.Andrew Bartlett1-1/+1
2007-10-10r19753: verify result of received request before sending the next one.Rafal Szczesniak1-0/+1
2007-10-10r19752: Remove support for the `depends' attribute (use "import") instead.Jelmer Vernooij5-20/+0
2007-10-10r19751: Add some tests for parsing the "include", "import" and "importlib" st...Jelmer Vernooij1-1/+9
2007-10-10r19743: merge from samba3:Stefan Metzmacher4-500/+1
2007-10-10r19742: fix compiler warningsStefan Metzmacher1-4/+8
2007-10-10r19740: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19738: tp3 is already released, so we have tp4-svn nowStefan Metzmacher1-1/+1
2007-10-10r19737: - add some more CLDAP rootdse testsStefan Metzmacher1-9/+26
2007-10-10r19736: handle rootdse call via CLDAPStefan Metzmacher4-15/+219
2007-10-10r19735: report the LDAP error code in the CLDAP replies to the callerStefan Metzmacher1-3/+7
2007-10-10r19734: display LDAP error code nicerStefan Metzmacher1-6/+47
2007-10-10r19733: More work to fix ldb_map. With the wildcard present,Andrew Bartlett1-6/+2
2007-10-10r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.Andrew Bartlett2-4/+7
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett6-57/+210
2007-10-10r19726: when a client explicit asks for the 'netlogon' attriubute on LDAPStefan Metzmacher1-0/+9
2007-10-10r19724: add a helper functions to return an CLDAP errorStefan Metzmacher2-5/+37
2007-10-10r19723: don't use [,],(,) in test names to make the build-farm output happyStefan Metzmacher1-5/+5
2007-10-10r19722: fix memory leaks and hierachie bugsStefan Metzmacher1-4/+6
2007-10-10r19721: ldapsrv_SearchCallback isn't needed any moreStefan Metzmacher1-60/+1
2007-10-10r19720: - don't pass a pointer reference to ldb_search_default_callback()Stefan Metzmacher2-16/+18
2007-10-10r19719: don't use 'new' as var name samba3 doesn't like it...Stefan Metzmacher1-4/+4
2007-10-10r19714: - add an explicit default target (needs to be the first target in the...Stefan Metzmacher1-1/+3
2007-10-10r19708: add a script for running net tests separatelyRafal Szczesniak1-0/+2
2007-10-10r19699: - use better names for the site stringsStefan Metzmacher5-19/+20
2007-10-10r19698: fix whitespaces...Stefan Metzmacher1-13/+11
2007-10-10r19697: use the same mailslot name as windows does,Stefan Metzmacher1-1/+1
2007-10-10r19684: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke1-0/+16
2007-10-10r19683: Guard GUID_from_string from walking off the end.Andrew Bartlett1-0/+3
2007-10-10r19682: Fix comments.Andrew Bartlett1-2/+2
2007-10-10r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett23-146/+992
2007-10-10r19680: Allow specifying basedir for test data.Jelmer Vernooij3-2/+10
2007-10-10r19679: Fix shared library build as well.Jelmer Vernooij1-1/+1
2007-10-10r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij3-0/+3
2007-10-10r19677: Fix more dependencies.Jelmer Vernooij2-14/+6
2007-10-10r19676: Fix some more dependencies.Jelmer Vernooij17-43/+49
2007-10-10r19675: the process model don't depend on heimdal anymoreStefan Metzmacher1-4/+2
2007-10-10r19674: auth didn't depdend on process_model!Stefan Metzmacher1-1/+1
2007-10-10r19673: Build shared libs against shared libs.Jelmer Vernooij1-1/+1
2007-10-10r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe...Jelmer Vernooij3-6/+8
2007-10-10r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij6-6/+9
2007-10-10r19670: Reduce the number of unresolved symbols when building with shared lib...Jelmer Vernooij2-2/+3
2007-10-10r19664: fix compiler warnings...Stefan Metzmacher4-38/+38
2007-10-10r19663: merge changes from lorikeet heimdal:Stefan Metzmacher1-22/+52
2007-10-10r19662: windows 2003 kdc's only rewrite the realm to the full form,Stefan Metzmacher1-27/+1
2007-10-10r19661: - add resolve stage to dcerpc connects over tcpStefan Metzmacher1-19/+44
2007-10-10r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fixAndrew Bartlett1-0/+8
2007-10-10r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett4-14/+65
2007-10-10r19649: Fix indentation.Andrew Bartlett1-65/+65
2007-10-10r19645: don't pass NULL as mem_ctx...Stefan Metzmacher6-33/+38