summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix two memleaks in the encryption codeVolker Lendecke2009-03-241-1/+2
| * | | | | | | s4-install: add new location of generated dcerpc headers to headermap file.Günther Deschner2009-03-241-0/+2
| * | | | | | | wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULLKai Blin2009-03-241-6/+6
| * | | | | | | Convert rpc_pipe_bind to tevent_reqVolker Lendecke2009-03-242-55/+51
| * | | | | | | Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke2009-03-243-46/+39
| * | | | | | | Convert rpc_cli_transport->write to tevent_reqVolker Lendecke2009-03-245-80/+75
| * | | | | | | Convert rpc_cli_transport->read to tevent_reqVolker Lendecke2009-03-245-93/+85
| * | | | | | | Convert rpc_api_pipe_req to tevent_reqVolker Lendecke2009-03-242-45/+41
| * | | | | | | Convert rpc_api_pipe to tevent_reqVolker Lendecke2009-03-241-78/+71
| * | | | | | | Convert cli_api_pipe to tevent_reqVolker Lendecke2009-03-241-50/+53
| * | | | | | | Convert get_complete_frag to tevent_reqVolker Lendecke2009-03-241-42/+42
| * | | | | | | Convert rpc_write to tevent_reqVolker Lendecke2009-03-241-54/+57
| * | | | | | | Convert rpc_read to tevent_reqVolker Lendecke2009-03-241-34/+35
| * | | | | | | Add tevent_req_simple_recv_ntstatus()Volker Lendecke2009-03-242-0/+11
| * | | | | | | Fix bug 6097Volker Lendecke2009-03-242-1/+5
| * | | | | | | s3: use generated dcerpc code.Günther Deschner2009-03-243-11/+4
| * | | | | | | s3: add generated dcerpc files.Günther Deschner2009-03-243-0/+2242
| * | | | | | | move dcerpc.idl to main directory.Günther Deschner2009-03-242-7/+7
| * | | | | | | s3: add missing prototype for auth_wbc_init().Günther Deschner2009-03-241-0/+4
| * | | | | | | s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke2009-03-241-1/+1
| * | | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-242-13/+0
| |\ \ \ \ \ \ \
| | * | | | | | | s3 OneFS: Remove usage of non-existant functionTim Prouty2009-03-231-9/+0
| | * | | | | | | s3: Remove redundant commentTim Prouty2009-03-231-4/+0
| * | | | | | | | the start of a possibleInferiors test suiteAndrew Tridgell2009-03-241-0/+155
| * | | | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-2440-1065/+1366
| |\| | | | | | |
| | * | | | | | | s3:build: make SHOWFLAGS target phony and add alias showflagsMichael Adam2009-03-231-0/+4
| | * | | | | | | libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-03-231-2/+2
| | * | | | | | | Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-234-1/+187
| | * | | | | | | Add tevent avahi bindingVolker Lendecke2009-03-234-4/+279
| | * | | | | | | Add avahi detection to configureVolker Lendecke2009-03-232-0/+37
| | * | | | | | | Disable dns_sd by defaultVolker Lendecke2009-03-231-2/+2
| | * | | | | | | s3:build: prevent from setting "-O -g", check for $debug first.Michael Adam2009-03-231-3/+3
| | * | | | | | | don't set -O twiceBjörn Jacke2009-03-231-2/+0
| | * | | | | | | remove non standard way to point to ctdb pathBjörn Jacke2009-03-231-2/+1
| | * | | | | | | ѕ3/winbind_pam: fix gcc 4.4 compile warningBjörn Jacke2009-03-231-1/+1
| | * | | | | | | selftest/Samba3: Test smb signing against the member serverStefan Metzmacher2009-03-232-0/+5
| | * | | | | | | s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-239-708/+224
| | * | | | | | | s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-2322-454/+270
| | * | | | | | | s3:libsmb: add a much simplified smb_siging infrastructureStefan Metzmacher2009-03-234-1/+419
| | * | | | | | | s3:libsmb: rename smb_signing.c => clisigning.cStefan Metzmacher2009-03-233-2/+2
| | * | | | | | | s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-03-231-1/+1
| | * | | | | | | socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher2009-03-231-4/+52
| | * | | | | | | Fix connect to port 139 only -- thanks gd for bugging me :-)Volker Lendecke2009-03-231-4/+3
| * | | | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-2335-659/+1484
| |\| | | | | | |
| | * | | | | | | talloc_array_length: talloc_get_size deals fine with NULLVolker Lendecke2009-03-221-1/+1
| | * | | | | | | Only build the dirsort module if we have the dirfd functionVolker Lendecke2009-03-221-2/+2
| | * | | | | | | Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i...Stefan Metzmacher2009-03-221-7/+3
| | * | | | | | | LDAP-CLDAP: remove temporary debug statements...Stefan Metzmacher2009-03-221-2/+2
| | * | | | | | | Document the dirsort moduleVolker Lendecke2009-03-221-0/+69
| | * | | | | | | Use StrCaseCmp in the dirsort moduleVolker Lendecke2009-03-221-1/+1