summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pidl: rpc version is a 32 bitMatthieu Patou2011-08-061-1/+1
* pidl: generate code for dissecting null terminated stringsMatthieu Patou2011-08-061-0/+6
* pidl: don't expect to have quote when creating import headersMatthieu Patou2011-08-061-1/+1
* s4-scripting: allow to specify the number max of iteration around getNcChangesMatthieu Patou2011-08-061-1/+4
* s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requestsStefan Metzmacher2011-08-051-0/+6
* s3: Make srv_enc_ctx staticVolker Lendecke2011-08-052-2/+1
* s3: Fix a debug messageVolker Lendecke2011-08-051-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-052-6/+6
* s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke2011-08-051-7/+7
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-051-25/+25
* s3-docs: document --user-sidinfo wbinfo option.Günther Deschner2011-08-051-0/+8
* s3: make linking of pthreadpooltest work on more platformsBjörn Jacke2011-08-051-1/+1
* s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke2011-08-051-2/+13
* s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner2011-08-041-1/+1
* s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke2011-08-041-1/+1
* s4-librpc: Fix double free.Andreas Schneider2011-08-042-11/+13
* s4-ldb: two DNs only match if they have the same deletion statusAndrew Tridgell2011-08-041-0/+13
* talloc: check block count aftter references testAndrew Tridgell2011-08-041-0/+1
* s4-samdb: save the url in the samdb classAndrew Tridgell2011-08-041-0/+3
* s4-dsdb: extend the extended_dn_in module to handle DN linksAndrew Tridgell2011-08-041-44/+104
* ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell2011-08-041-1/+1
* ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2011-08-043-1/+22
* ldb: changed DN matching rules to obey GUID/SID/string orderingAndrew Tridgell2011-08-041-0/+54
* s4-dsdb: handle search expressions containing extended DNsAndrew Tridgell2011-08-042-1/+167
* s4-dsdb: added dn_format attribute of a dsdb_attributeAndrew Tridgell2011-08-043-9/+14
* s4-dsdb: fixed outgoing one way link DNsAndrew Tridgell2011-08-042-3/+63
* s4-dsdb: setup a one_way_link attribute on schema attributesAndrew Tridgell2011-08-042-0/+30
* s4-dsdb: fixed a warning on dsdb_delete()Andrew Tridgell2011-08-041-1/+1
* s4-dsdb: make requests for STORAGE_FORMAT control non-criticalAndrew Tridgell2011-08-041-1/+1
* ldb: added signatures for 1.1.2Andrew Tridgell2011-08-041-0/+256
* ldb: raise minor versionldb-1.1.2Andrew Tridgell2011-08-041-1/+1
* ldb: added ldb_parse_tree_walk()Andrew Tridgell2011-08-042-16/+77
* ldb: added ldb_dn_replace_components()Andrew Tridgell2011-08-042-0/+63
* s3-ntlmssp void function cannot return valueAndrew Bartlett2011-08-041-3/+3
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-031-19/+18
* s3-printing: fix some build warnings in queue_process.cGünther Deschner2011-08-031-1/+2
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-035-3/+15
* s3-ntlmssp Remove rudundent commentAndrew Bartlett2011-08-031-1/+0
* s3-ntlmssp Remove a level of nesting in if/else statementAndrew Bartlett2011-08-031-3/+2
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-037-2/+46
* s3-ntlmssp clarify session key behaviour after create_local_token() changesAndrew Bartlett2011-08-031-2/+1
* s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree insteadAndrew Bartlett2011-08-031-16/+5
* ldb-samba: Explain the current behaviour of ldif_canonicalise_objectCategoryAndrew Bartlett2011-08-031-2/+7
* s3-auth directly return the result of make_server_info_guest()Andrew Bartlett2011-08-031-2/+2
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-035-14/+14
* selftest: print %U in smbclient -L output to allow testingAndrew Bartlett2011-08-031-0/+1
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* selftest: Add kerberos tests to plugin_s4_dc testsAndrew Bartlett2011-08-031-3/+4
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-034-30/+80
* s3-auth Add function to start any GENSEC mech by OIDAndrew Bartlett2011-08-032-5/+22