Age | Commit message (Expand) | Author | Files | Lines |
2011-08-06 | pidl: rpc version is a 32 bit | Matthieu Patou | 1 | -1/+1 |
2011-08-06 | pidl: generate code for dissecting null terminated strings | Matthieu Patou | 1 | -0/+6 |
2011-08-06 | pidl: don't expect to have quote when creating import headers | Matthieu Patou | 1 | -1/+1 |
2011-08-06 | s4-scripting: allow to specify the number max of iteration around getNcChanges | Matthieu Patou | 1 | -1/+4 |
2011-08-05 | s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requests | Stefan Metzmacher | 1 | -0/+6 |
2011-08-05 | s3: Make srv_enc_ctx static | Volker Lendecke | 2 | -2/+1 |
2011-08-05 | s3: Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2011-08-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -6/+6 |
2011-08-05 | s3: Fix "ISO C90 forbids mixed declarations and code" | Volker Lendecke | 1 | -7/+7 |
2011-08-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -25/+25 |
2011-08-05 | s3-docs: document --user-sidinfo wbinfo option. | Günther Deschner | 1 | -0/+8 |
2011-08-05 | s3: make linking of pthreadpooltest work on more platforms | Björn Jacke | 1 | -1/+1 |
2011-08-05 | s3/ldap: delay the ldap search alarm termination a bit | Björn Jacke | 1 | -2/+13 |
2011-08-04 | s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds(). | Günther Deschner | 1 | -1/+1 |
2011-08-04 | s3/swat: use strlcat instead of strncat to fix build on old Linux distros | Björn Jacke | 1 | -1/+1 |
2011-08-04 | s4-librpc: Fix double free. | Andreas Schneider | 2 | -11/+13 |
2011-08-04 | s4-ldb: two DNs only match if they have the same deletion status | Andrew Tridgell | 1 | -0/+13 |
2011-08-04 | talloc: check block count aftter references test | Andrew Tridgell | 1 | -0/+1 |
2011-08-04 | s4-samdb: save the url in the samdb class | Andrew Tridgell | 1 | -0/+3 |
2011-08-04 | s4-dsdb: extend the extended_dn_in module to handle DN links | Andrew Tridgell | 1 | -44/+104 |
2011-08-04 | ldb: rule_id in ldb_parse_tree should be const | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | ldb: added a new always-fail ldap extended match OID | Andrew Tridgell | 3 | -1/+22 |
2011-08-04 | ldb: changed DN matching rules to obey GUID/SID/string ordering | Andrew Tridgell | 1 | -0/+54 |
2011-08-04 | s4-dsdb: handle search expressions containing extended DNs | Andrew Tridgell | 2 | -1/+167 |
2011-08-04 | s4-dsdb: added dn_format attribute of a dsdb_attribute | Andrew Tridgell | 3 | -9/+14 |
2011-08-04 | s4-dsdb: fixed outgoing one way link DNs | Andrew Tridgell | 2 | -3/+63 |
2011-08-04 | s4-dsdb: setup a one_way_link attribute on schema attributes | Andrew Tridgell | 2 | -0/+30 |
2011-08-04 | s4-dsdb: fixed a warning on dsdb_delete() | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | s4-dsdb: make requests for STORAGE_FORMAT control non-critical | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | ldb: added signatures for 1.1.2 | Andrew Tridgell | 1 | -0/+256 |
2011-08-04 | ldb: raise minor version | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | ldb: added ldb_parse_tree_walk() | Andrew Tridgell | 2 | -16/+77 |
2011-08-04 | ldb: added ldb_dn_replace_components() | Andrew Tridgell | 2 | -0/+63 |
2011-08-04 | s3-ntlmssp void function cannot return value | Andrew Bartlett | 1 | -3/+3 |
2011-08-03 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -19/+18 |
2011-08-03 | s3-printing: fix some build warnings in queue_process.c | Günther Deschner | 1 | -1/+2 |
2011-08-03 | ntlmssp: Add ntlmssp_blob_matches_magic() | Andrew Bartlett | 5 | -3/+15 |
2011-08-03 | s3-ntlmssp Remove rudundent comment | Andrew Bartlett | 1 | -1/+0 |
2011-08-03 | s3-ntlmssp Remove a level of nesting in if/else statement | Andrew Bartlett | 1 | -3/+2 |
2011-08-03 | selftest: test plugin_s4_dc against all ncacn_np tests | Andrew Bartlett | 7 | -2/+46 |
2011-08-03 | s3-ntlmssp clarify session key behaviour after create_local_token() changes | Andrew Bartlett | 1 | -2/+1 |
2011-08-03 | s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree instead | Andrew Bartlett | 1 | -16/+5 |
2011-08-03 | ldb-samba: Explain the current behaviour of ldif_canonicalise_objectCategory | Andrew Bartlett | 1 | -2/+7 |
2011-08-03 | s3-auth directly return the result of make_server_info_guest() | Andrew Bartlett | 1 | -2/+2 |
2011-08-03 | s3-auth rename auth_ntlmssp_steal_session_info() | Andrew Bartlett | 5 | -14/+14 |
2011-08-03 | selftest: print %U in smbclient -L output to allow testing | Andrew Bartlett | 1 | -0/+1 |
2011-08-03 | s3-smbd Be consistent with %U subs on guest logins | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | selftest: Add kerberos tests to plugin_s4_dc tests | Andrew Bartlett | 1 | -3/+4 |
2011-08-03 | s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup | Andrew Bartlett | 4 | -30/+80 |
2011-08-03 | s3-auth Add function to start any GENSEC mech by OID | Andrew Bartlett | 2 | -5/+22 |