index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in
Volker Lendecke
2007-10-10
1
-261
/
+2
*
r20631: Add some tests for the ndr parser.
Jelmer Vernooij
2007-10-10
3
-2
/
+157
*
r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED...
Stefan Metzmacher
2007-10-10
3
-1
/
+311
*
r20625: Fix couple of warnings.
Jelmer Vernooij
2007-10-10
6
-219
/
+231
*
r20624: added AIO read to pvfs backend
Andrew Tridgell
2007-10-10
6
-4
/
+129
*
r20623: change where the smb.conf parm event:backend is checked to ensure it
Andrew Tridgell
2007-10-10
1
-4
/
+6
*
r20622: Add in a hack to avoid permitting searches on the value of protected
Andrew Bartlett
2007-10-10
1
-1
/
+23
*
r20621: - enable the aio events backend on systems that support it
Andrew Tridgell
2007-10-10
3
-7
/
+19
*
r20618: Fix a bug in bad_path handling that also exists in 3.0.23: For reply_...
Volker Lendecke
2007-10-10
1
-5
/
+16
*
r20616: Point at the wiki
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r20613: The individual tests are fine, I did run samba3badpath, but raw-samba...
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r20609: Additional torture test for our bad_path handling. Most of it is disa...
Volker Lendecke
2007-10-10
1
-2
/
+210
*
r20601: Web Application Framework
Derrell Lipman
2007-10-10
4
-27
/
+58
*
r20600: Web Application Framework
Derrell Lipman
2007-10-10
12
-81
/
+634
*
r20599: - forward extended operations in the partitions module
Stefan Metzmacher
2007-10-10
2
-3
/
+47
*
r20598: add comments and make clear that the void *data element for extended ...
Stefan Metzmacher
2007-10-10
1
-5
/
+7
*
r20596: add prototypes for the ldb_extended functions
Stefan Metzmacher
2007-10-10
1
-2
/
+62
*
r20595: W2k and XP don't always show the top directory as hidden, w2k3 does. ...
Volker Lendecke
2007-10-10
1
-17
/
+23
*
r20594: Match popt.h declaration.
James Peach
2007-10-10
1
-1
/
+1
*
r20593: Kill annoying warning.
James Peach
2007-10-10
1
-1
/
+1
*
r20592: Use the Heimdal copy of err.h only if the build host doesn't have it.
James Peach
2007-10-10
2
-11
/
+10
*
r20591: Revert accidental commit that broke the build.
James Peach
2007-10-10
1
-5
/
+0
*
r20590: Heimdal uses warn(), so we should prototype it here too.
James Peach
2007-10-10
1
-0
/
+6
*
r20588: handle extended operations in the ldb_next_request() call
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handling
Stefan Metzmacher
2007-10-10
2
-0
/
+21
*
r20586: - allocate an OID range for LDB/LDAP extended operations
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r20583: implement the frontend calls for extended operations
Stefan Metzmacher
2007-10-10
2
-5
/
+112
*
r20582: use void *data in the ldb_extended struct to match what we have in ld...
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r20581: - the ldb modules have explicit hooks for extended operations
Stefan Metzmacher
2007-10-10
2
-2
/
+6
*
r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add request
Stefan Metzmacher
2007-10-10
4
-22
/
+126
*
r20577: - allocate an OID range for samba4 LDB/LDAP Controls
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r20576: add functions to get and set dsdb_schema on the ldb context
Stefan Metzmacher
2007-10-10
1
-0
/
+34
*
r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-)
Stefan Metzmacher
2007-10-10
2
-4
/
+86
*
r20574: reorganization of common modules
Derrell Lipman
2007-10-10
13
-66
/
+66
*
r20573: fix handling of pointers handling to elements with the charset property
Stefan Metzmacher
2007-10-10
1
-6
/
+14
*
r20572: - prepare a test_samdb.ldb in the NET-API-BECOME-DC torture test
Stefan Metzmacher
2007-10-10
3
-12
/
+153
*
r20571: fix '' case
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r20570: use talloc_asprintf() instead of talloc_asprintf_append()
Stefan Metzmacher
2007-10-10
1
-3
/
+4
*
r20569: Web Application Framework
Derrell Lipman
2007-10-10
2
-20
/
+159
*
r20568: split out the rootdse ldif
Stefan Metzmacher
2007-10-10
4
-20
/
+33
*
r20567: Print proper errors with filename and line numbers in ParseExpr()
Jelmer Vernooij
2007-10-10
10
-116
/
+137
*
r20566: Prepending with r-> is no longer necessary.
Jelmer Vernooij
2007-10-10
6
-18
/
+18
*
r20565: configure the list of global ldb modules also in js code
Stefan Metzmacher
2007-10-10
2
-11
/
+26
*
r20564: Regenerate.
Jelmer Vernooij
2007-10-10
1
-34
/
+34
*
r20563: Start using the new parser in ParseExpr(). It's now trivial to use this
Jelmer Vernooij
2007-10-10
3
-503
/
+36
*
r20562: Start building expr parser. Add separate copy of Yapp::Driver
Jelmer Vernooij
2007-10-10
3
-6
/
+484
*
r20561: Add parser for subexpressions used in IDL attributes.
Jelmer Vernooij
2007-10-10
2
-0
/
+1473
*
r20560: make it possible to configure the backend and modules
Stefan Metzmacher
2007-10-10
3
-18
/
+29
*
r20559: Web Application Framework
Derrell Lipman
2007-10-10
6
-74
/
+87
*
r20557: use ${DOMAINDN} instead of ${BASEDN}
Stefan Metzmacher
2007-10-10
12
-80
/
+80
[next]