Age | Commit message (Expand) | Author | Files | Lines |
2011-08-10 | s3:libsmb: make cli_session_setup_spnego() static | Stefan Metzmacher | 2 | -6/+4 |
2011-08-10 | s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego() | Stefan Metzmacher | 1 | -15/+18 |
2011-08-10 | s3:libsmb: pass remote_realm to cli_session_setup_spnego() in cli_session_set... | Stefan Metzmacher | 1 | -1/+3 |
2011-08-10 | s3:libsmb: store the remote_realm on the cli_state | Stefan Metzmacher | 5 | -2/+20 |
2011-08-10 | s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large() | Stefan Metzmacher | 1 | -6/+4 |
2011-08-10 | s3:include: smb.h base old smb header offsets on new defines | Stefan Metzmacher | 1 | -32/+32 |
2011-08-10 | s3:include: smb.h merge some stuff from source4 | Stefan Metzmacher | 1 | -0/+35 |
2011-08-10 | Revert "s3:test_async_echo: unsure the desired smb message sequence" | Stefan Metzmacher | 1 | -10/+0 |
2011-08-10 | tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em... | Stefan Metzmacher | 1 | -37/+48 |
2011-08-10 | s4:subtree_rename LDB module - fix the move/rename constraints | Matthias Dieter Wallnöfer | 1 | -10/+7 |
2011-08-10 | s4-drs: In dcesrv_drsuapi_DsRemoveDSServer use the subtree control to delete ... | Matthieu Patou | 1 | -1/+2 |
2011-08-10 | s4-dsdb: avoid printing a pointless debug line | Matthieu Patou | 1 | -1/+1 |
2011-08-10 | s4-drsuapi: crackname search also for deleted objects | Matthieu Patou | 1 | -1/+4 |
2011-08-10 | s4: create a small script to test drsuapi/crackname | Matthieu Patou | 1 | -0/+75 |
2011-08-09 | tevent: change the version to 0.9.14 after the tevent_queue changes | Stefan Metzmacher | 2 | -1/+79 |
2011-08-09 | tevent: fix some comments in tevent.h | Stefan Metzmacher | 1 | -2/+2 |
2011-08-09 | tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty() | Stefan Metzmacher | 2 | -2/+131 |
2011-08-09 | tevent: splitout tevent_queue_add_internal() from tevent_queue_add() | Stefan Metzmacher | 1 | -8/+26 |
2011-08-09 | tevent: allow tevent_queue_add() to take a NULL trigger function | Stefan Metzmacher | 2 | -1/+10 |
2011-08-09 | tevent: add tevent_queue_running() function | Stefan Metzmacher | 2 | -0/+16 |
2011-08-09 | s3:vfs_prealloc: fix build on SLES8 | Björn Jacke | 1 | -0/+1 |
2011-08-09 | s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit | Stefan Metzmacher | 4 | -14/+14 |
2011-08-09 | s3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmit | Stefan Metzmacher | 2 | -3/+3 |
2011-08-09 | script/librelease.sh: add git push for the release tag | Stefan Metzmacher | 1 | -1/+6 |
2011-08-09 | ndr_drsuapi: fix compiler warning | Stefan Metzmacher | 1 | -2/+3 |
2011-08-09 | s4-dsdb clarify that failure to load the schema items from DRS is expected | Andrew Bartlett | 1 | -3/+3 |
2011-08-09 | move schema_fill_constructed() call to dsdb_setup_sorted_accessors() | Andrew Bartlett | 1 | -5/+7 |
2011-08-09 | s4-dsdb Remove unused schema function | Andrew Bartlett | 1 | -18/+0 |
2011-08-09 | s4-dsdb: added SAMDB_INDEXING_VERSION to @INDEXLIST | Andrew Tridgell | 1 | -0/+11 |
2011-08-09 | s4-dsdb: fixed booling conversion to check value length | Andrew Tridgell | 1 | -11/+14 |
2011-08-09 | ldb: fix the canonicalisation of booleans | Andrew Tridgell | 1 | -3/+3 |
2011-08-09 | s4-dbcheck: enable dbcheck now that backlinks are fixed | Andrew Tridgell | 1 | -1/+0 |
2011-08-09 | s4-dsdb: add auto-normalisation of attributes | Andrew Tridgell | 3 | -3/+57 |
2011-08-09 | s4-dsdb: ensure rIDSetReferences is stored as an extended DN | Andrew Tridgell | 2 | -2/+18 |
2011-08-09 | s4-dsdb: ensure we setup the dn_format field in schema attributes | Andrew Tridgell | 2 | -31/+40 |
2011-08-09 | s4-acl-test: use symbolic names for groupType | Andrew Tridgell | 1 | -11/+16 |
2011-08-09 | s4-pysamba: fixed double conversion of int32 | Andrew Tridgell | 1 | -1/+1 |
2011-08-09 | s4-dsdb: make extended_dn_in a bit more efficient | Andrew Tridgell | 1 | -9/+17 |
2011-08-09 | s4-samdb: support relative paths in SamDB() connect | Andrew Tridgell | 1 | -1/+2 |
2011-08-09 | s4-dsdb: use dn_format shortcut to find DN format | Andrew Tridgell | 2 | -4/+4 |
2011-08-09 | pysamdb: move normalise_int32() to common module | Andrew Tridgell | 2 | -7/+7 |
2011-08-09 | s3-rpc_server: Fix sending of packets over named pipe proxy. | Andreas Schneider | 1 | -22/+27 |
2011-08-09 | s3-smbd: Pass tevent context to smbd_server_connection_loop_once(). | Andreas Schneider | 3 | -16/+17 |
2011-08-09 | s3-rpc_server: Free the children of p->mem_ctx. | Andreas Schneider | 1 | -1/+5 |
2011-08-09 | s3:lib/events: Fix a bug in run_poll_events(). | Stefan Metzmacher | 1 | -0/+4 |
2011-08-09 | talloc: prepare for 2.0.6 release | Andrew Tridgell | 2 | -1/+63 |
2011-08-09 | talloc: ensure the sibling linked list remains valid during a free | Andrew Tridgell | 1 | -15/+3 |
2011-08-08 | s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local". | Michael Adam | 1 | -1/+1 |
2011-08-08 | s3-net: Fixed a small typo in net conf function table | Vicentiu Ciorbaru | 1 | -1/+1 |
2011-08-08 | s4:pyglue: PyArg_ParseTuple("I") requires an 'unsigned int' argument | Stefan Metzmacher | 1 | -1/+5 |