summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-18s4-torture: Separate out the notify dir subtestVolker Lendecke1-3/+9
2012-04-18s4-torture: Separate out the notify tcon subtestVolker Lendecke1-2/+8
2012-04-18s4-torture: Make notify a suiteVolker Lendecke2-4/+13
2012-04-18libsmb: Actually use an introduced variableVolker Lendecke1-2/+2
2012-04-18Talloc doc: Fix a cut&paste errorVolker Lendecke1-4/+1
2012-04-18Talloc doc: talloc_pool() when not enough memory in the poolPavel Březina1-0/+4
2012-04-18Talloc doc: TALLOC_FREE_FILLPavel Březina1-0/+5
2012-04-18Talloc doc: talloc_set_log_stderr()Pavel Březina1-0/+7
2012-04-18Talloc doc: talloc_set_log_fn()Pavel Březina1-0/+9
2012-04-18Talloc doc: talloc_set_abort_fn()Pavel Březina1-2/+33
2012-04-18Talloc doc: talloc_asprintf_append_buffer()Pavel Březina1-0/+22
2012-04-18Talloc doc: talloc_strndup_append_buffer()Pavel Březina1-2/+22
2012-04-18Talloc doc: talloc_strndup_append()Pavel Březina1-2/+12
2012-04-18Talloc doc: talloc_strdup_append_buffer()Pavel Březina1-1/+22
2012-04-18Talloc doc: talloc_strdup_append()Pavel Březina1-4/+18
2012-04-18dbcheck: added fix for incorrect RMD_FLAGSAndrew Tridgell1-0/+35
2012-04-18dsdb: added SHOW_DELETED to samldb_member_check()Andrew Tridgell1-1/+1
2012-04-18replace: added ENOATTR define if undefinedAndrew Tridgell1-0/+8
2012-04-18s4:dbchecker.py - integrate the "objectClass" fixing codeMatthias Dieter Wallnöfer1-0/+27
2012-04-18s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from PythonMatthias Dieter Wallnöfer1-0/+14
2012-04-18LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer1-3/+10
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell5-1/+286
2012-04-18Add docs for aio_linux vfs module.Jeremy Allison1-0/+115
2012-04-18s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett3-12/+21
2012-04-18s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett4-34/+208
2012-04-18s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common codeAndrew Bartlett1-14/+31
2012-04-18s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett3-11/+47
2012-04-18s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett6-428/+505
2012-04-18s3-lib: Add file_id_string()Andrew Bartlett2-3/+23
2012-04-18s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett5-8/+34
2012-04-18dbwrap: Add dbwrap_tdb to private dbwrap libraryAndrew Bartlett1-3/+2
2012-04-18s3-build: Add missing samba3-util dep to tdb-wrap3Andrew Bartlett1-1/+1
2012-04-18lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett3-59/+70
2012-04-18s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett4-6/+10
2012-04-18s3-dbwrap: Add talloc_stackframe() callsAndrew Bartlett1-5/+21
2012-04-18build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...Andrew Bartlett2-7/+7
2012-04-18s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam4-0/+37
2012-04-18s4-schema: set subClassOf by default to top if not specifiedMatthieu Patou1-0/+6
2012-04-18s4-schema: remove unused variableMatthieu Patou1-4/+0
2012-04-18s4-schema: Generate some schema related attribute as MS AD is doing if they a...Matthieu Patou1-0/+43
2012-04-18s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou4-13/+34
2012-04-17s4: use enums instead of strings it's cheaperMatthieu Patou1-14/+40
2012-04-17Fix typoSimo Sorce1-2/+2
2012-04-17waf: Use Logs.info() instead of print.Andreas Schneider3-3/+9
2012-04-17waf: Add possibility to build with system libwbclient.Andreas Schneider3-9/+29
2012-04-17s3-waf: Add possibility to build with system libsmbclient.Andreas Schneider3-34/+42
2012-04-17s3-waf: Fix client/smbclient dependencies.Andreas Schneider1-7/+7
2012-04-17s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()Stefan Metzmacher1-1/+1
2012-04-17s3:libsmb/ntlmssp: improve anonymous loginsStefan Metzmacher1-2/+3
2012-04-17s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()Stefan Metzmacher2-0/+16