Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | s4-torture: Separate out the notify dir subtest | Volker Lendecke | 1 | -3/+9 | |
2012-04-18 | s4-torture: Separate out the notify tcon subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Make notify a suite | Volker Lendecke | 2 | -4/+13 | |
2012-04-18 | libsmb: Actually use an introduced variable | Volker Lendecke | 1 | -2/+2 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 13:39:53 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | Talloc doc: Fix a cut&paste error | Volker Lendecke | 1 | -4/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | Talloc doc: talloc_pool() when not enough memory in the pool | Pavel Březina | 1 | -0/+4 | |
2012-04-18 | Talloc doc: TALLOC_FREE_FILL | Pavel Březina | 1 | -0/+5 | |
2012-04-18 | Talloc doc: talloc_set_log_stderr() | Pavel Březina | 1 | -0/+7 | |
Documents this function. | |||||
2012-04-18 | Talloc doc: talloc_set_log_fn() | Pavel Březina | 1 | -0/+9 | |
Documents this function. | |||||
2012-04-18 | Talloc doc: talloc_set_abort_fn() | Pavel Březina | 1 | -2/+33 | |
Documents this function. | |||||
2012-04-18 | Talloc doc: talloc_asprintf_append_buffer() | Pavel Březina | 1 | -0/+22 | |
Explains the difference between _append and _append_buffer. | |||||
2012-04-18 | Talloc doc: talloc_strndup_append_buffer() | Pavel Březina | 1 | -2/+22 | |
Explains the difference between _append and _append_buffer. | |||||
2012-04-18 | Talloc doc: talloc_strndup_append() | Pavel Březina | 1 | -2/+12 | |
The destination string is reallocated instead of duplicating the result. | |||||
2012-04-18 | Talloc doc: talloc_strdup_append_buffer() | Pavel Březina | 1 | -1/+22 | |
Explains the difference between _append and _append_buffer. | |||||
2012-04-18 | Talloc doc: talloc_strdup_append() | Pavel Březina | 1 | -4/+18 | |
The destination string is reallocated instead of duplicating the result. | |||||
2012-04-18 | dbcheck: added fix for incorrect RMD_FLAGS | Andrew Tridgell | 1 | -0/+35 | |
this fixes the case where a DN link has RMD_FLAGS=0 for a link inside a deleted object Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Apr 18 09:19:41 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | dsdb: added SHOW_DELETED to samldb_member_check() | Andrew Tridgell | 1 | -1/+1 | |
when dbcheck is fixing DNs, it will sometimes operated on a deleted DN link Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2012-04-18 | replace: added ENOATTR define if undefined | Andrew Tridgell | 1 | -0/+8 | |
this fixes the build of the tdb xattr wrapper code on systems without xattr headers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2012-04-18 | s4:dbchecker.py - integrate the "objectClass" fixing code | Matthias Dieter Wallnöfer | 1 | -0/+27 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2012-04-18 | s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from Python | Matthias Dieter Wallnöfer | 1 | -0/+14 | |
This allows the dbchecker to fix ordering/inconsistency problems with the mentioned attribute. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2012-04-18 | LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value ordering | Matthias Dieter Wallnöfer | 1 | -3/+10 | |
This is essential for fixing up wrong ordered "objectClass" attributes. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2012-04-18 | ldb: added ldb_msg_element_equal_ordered() | Andrew Tridgell | 5 | -1/+286 | |
this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes. | |||||
2012-04-18 | Add docs for aio_linux vfs module. | Jeremy Allison | 1 | -0/+115 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 18 07:20:19 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 3 | -12/+21 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-python: Add python wrapper for xattr_tdb format xattr storage | Andrew Bartlett | 4 | -34/+208 | |
This uses the format used by the vfs_xattr_tdb module. The s4 posix:eadb format is kept, just in a new file and module. Andrew Bartlett | |||||
2012-04-18 | s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common code | Andrew Bartlett | 1 | -14/+31 | |
2012-04-18 | s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob | Andrew Bartlett | 3 | -11/+47 | |
In this case, the blob is already in memory, so it is easier to return the full blob to the caller, and let the caller decide if some interface restriction stops the full blob from being passed all the way up the stack. This allows us to quickly write a python wrapper for this xattr storage mechanism. Andrew Bartlett | |||||
2012-04-18 | s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb | Andrew Bartlett | 6 | -428/+505 | |
2012-04-18 | s3-lib: Add file_id_string() | Andrew Bartlett | 2 | -3/+23 | |
2012-04-18 | s3-build: move file_id.c into samba3-util and create a private header | Andrew Bartlett | 5 | -8/+34 | |
2012-04-18 | dbwrap: Add dbwrap_tdb to private dbwrap library | Andrew Bartlett | 1 | -3/+2 | |
Andrew Bartlett | |||||
2012-04-18 | s3-build: Add missing samba3-util dep to tdb-wrap3 | Andrew Bartlett | 1 | -1/+1 | |
2012-04-18 | lib/util: Move map_nt_error_from_tdb to the top level | Andrew Bartlett | 3 | -59/+70 | |
This will help with making dbwrap available as a top level library. Andrew Bartlett | |||||
2012-04-18 | s3-dbwrap: push lp_ctx up another layer in the stack | Andrew Bartlett | 4 | -6/+10 | |
This will allow db_open_tdb() to be called from common code, which may already have a loadparm context loaded. It also slowly moves the lp_ctx up the stack, as required to remove the library loop between smbconf and the registry. Andrew Bartlett | |||||
2012-04-18 | s3-dbwrap: Add talloc_stackframe() calls | Andrew Bartlett | 1 | -5/+21 | |
This is in preperation for calling dbwrap from common code, where we may not have a stackframe set up. Andrew Bartlett | |||||
2012-04-18 | build: Remove more of the s3 special cases in waf: only pidfile.c needs ↵ | Andrew Bartlett | 2 | -7/+7 | |
-DCONFIGFILE | |||||
2012-04-18 | s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modify | Michael Adam | 4 | -0/+37 | |
This is preliminary in that it is implemented as a no-op for a start just to be able to successfully answer the request, which seems to be sufficient in order to e.g. survive the exchange schema extensions. Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 02:48:28 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-schema: set subClassOf by default to top if not specified | Matthieu Patou | 1 | -0/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-04-18 | s4-schema: remove unused variable | Matthieu Patou | 1 | -4/+0 | |
2012-04-18 | s4-schema: Generate some schema related attribute as MS AD is doing if they ↵ | Matthieu Patou | 1 | -0/+43 | |
are not present in ldb requests | |||||
2012-04-18 | s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb ↵ | Matthieu Patou | 4 | -13/+34 | |
and dsdb_class_from_ldb to dsdb_set_class_from_ldb | |||||
2012-04-17 | s4: use enums instead of strings it's cheaper | Matthieu Patou | 1 | -14/+40 | |
2012-04-17 | Fix typo | Simo Sorce | 1 | -2/+2 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Apr 17 22:22:26 CEST 2012 on sn-devel-104 | |||||
2012-04-17 | waf: Use Logs.info() instead of print. | Andreas Schneider | 3 | -3/+9 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Apr 17 17:48:23 CEST 2012 on sn-devel-104 | |||||
2012-04-17 | waf: Add possibility to build with system libwbclient. | Andreas Schneider | 3 | -9/+29 | |
2012-04-17 | s3-waf: Add possibility to build with system libsmbclient. | Andreas Schneider | 3 | -34/+42 | |
2012-04-17 | s3-waf: Fix client/smbclient dependencies. | Andreas Schneider | 1 | -7/+7 | |
2012-04-17 | s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous() | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 17 16:16:51 CEST 2012 on sn-devel-104 | |||||
2012-04-17 | s3:libsmb/ntlmssp: improve anonymous logins | Stefan Metzmacher | 1 | -2/+3 | |
smbtorture3 (and maybe others) use fstrings for 'user' and 'password', so we need to check for empty strings. metze | |||||
2012-04-17 | s3:libsmb/ntlmssp: add ntlmssp_is_anonymous() | Stefan Metzmacher | 2 | -0/+16 | |
metze |