index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20598: add comments and make clear that the void *data element for extended ...
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r20596: add prototypes for the ldb_extended functions
Stefan Metzmacher
1
-2
/
+62
2007-10-10
r20595: W2k and XP don't always show the top directory as hidden, w2k3 does. ...
Volker Lendecke
1
-17
/
+23
2007-10-10
r20594: Match popt.h declaration.
James Peach
1
-1
/
+1
2007-10-10
r20593: Kill annoying warning.
James Peach
1
-1
/
+1
2007-10-10
r20592: Use the Heimdal copy of err.h only if the build host doesn't have it.
James Peach
2
-11
/
+10
2007-10-10
r20591: Revert accidental commit that broke the build.
James Peach
1
-5
/
+0
2007-10-10
r20590: Heimdal uses warn(), so we should prototype it here too.
James Peach
1
-0
/
+6
2007-10-10
r20588: handle extended operations in the ldb_next_request() call
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handling
Stefan Metzmacher
2
-0
/
+21
2007-10-10
r20586: - allocate an OID range for LDB/LDAP extended operations
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r20583: implement the frontend calls for extended operations
Stefan Metzmacher
2
-5
/
+112
2007-10-10
r20582: use void *data in the ldb_extended struct to match what we have in ld...
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r20581: - the ldb modules have explicit hooks for extended operations
Stefan Metzmacher
2
-2
/
+6
2007-10-10
r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add request
Stefan Metzmacher
4
-22
/
+126
2007-10-10
r20577: - allocate an OID range for samba4 LDB/LDAP Controls
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r20576: add functions to get and set dsdb_schema on the ldb context
Stefan Metzmacher
1
-0
/
+34
2007-10-10
r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-)
Stefan Metzmacher
2
-4
/
+86
2007-10-10
r20573: fix handling of pointers handling to elements with the charset property
Stefan Metzmacher
1
-6
/
+14
2007-10-10
r20572: - prepare a test_samdb.ldb in the NET-API-BECOME-DC torture test
Stefan Metzmacher
3
-12
/
+153
2007-10-10
r20571: fix '' case
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r20570: use talloc_asprintf() instead of talloc_asprintf_append()
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r20568: split out the rootdse ldif
Stefan Metzmacher
4
-20
/
+33
2007-10-10
r20567: Print proper errors with filename and line numbers in ParseExpr()
Jelmer Vernooij
10
-116
/
+137
2007-10-10
r20566: Prepending with r-> is no longer necessary.
Jelmer Vernooij
6
-18
/
+18
2007-10-10
r20565: configure the list of global ldb modules also in js code
Stefan Metzmacher
2
-11
/
+26
2007-10-10
r20564: Regenerate.
Jelmer Vernooij
1
-34
/
+34
2007-10-10
r20563: Start using the new parser in ParseExpr(). It's now trivial to use this
Jelmer Vernooij
3
-503
/
+36
2007-10-10
r20562: Start building expr parser. Add separate copy of Yapp::Driver
Jelmer Vernooij
3
-6
/
+484
2007-10-10
r20561: Add parser for subexpressions used in IDL attributes.
Jelmer Vernooij
2
-0
/
+1473
2007-10-10
r20560: make it possible to configure the backend and modules
Stefan Metzmacher
3
-18
/
+29
2007-10-10
r20557: use ${DOMAINDN} instead of ${BASEDN}
Stefan Metzmacher
12
-80
/
+80
2007-10-10
r20556: Add more tests to make sure nothing breaks when I replace the ParseEx...
Jelmer Vernooij
1
-1
/
+19
2007-10-10
r20555: fix typo...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20554: - use ${ROOTDN} for the rootDomainNamingContext
Stefan Metzmacher
2
-2
/
+3
2007-10-10
r20553: add ${CONFIGDN} and ${SCHEMADN} instead of using hardcoded paths
Stefan Metzmacher
13
-704
/
+706
2007-10-10
r20552: Little Samba3 test to force smb_close to return an error. Set delete ...
Volker Lendecke
2
-1
/
+72
2007-10-10
r20551: use variable instead of hardcoded value for the default site
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r20550: Use standard error mechanism in parser.
Jelmer Vernooij
3
-139
/
+154
2007-10-10
r20549: obvious bug fix..
Volker Lendecke
1
-1
/
+1
2007-10-10
r20548: Remove unnecessary "use lib", fix warnings.
Jelmer Vernooij
12
-16
/
+6
2007-10-10
r20547: Add tests for expected errors/warnings.
Jelmer Vernooij
4
-2
/
+90
2007-10-10
r20545: Fix is_constant().
Jelmer Vernooij
2
-4
/
+7
2007-10-10
r20543: Merge some pidl bug fixes:
Jelmer Vernooij
2
-11
/
+62
2007-10-10
r20540: darn, also need to fix this event_context reference
Andrew Tridgell
1
-2
/
+2
2007-10-10
r20539: - split the common timer related events code into events_timed.c
Andrew Tridgell
14
-292
/
+1172
2007-10-10
r20531: - create the rdn attribute which is an alias for the 'name' attribute
Stefan Metzmacher
1
-0
/
+180
2007-10-10
r20529: very, very ugly...
Stefan Metzmacher
2
-5
/
+5
2007-10-10
r20525: Closing a dir with del-on-close set requires the same as files: Don't...
Volker Lendecke
1
-0
/
+80
2007-10-10
r20523: match the lDAPDisplayName case insensitive
Stefan Metzmacher
1
-2
/
+2
[next]