summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
* s3:selftest: fix blackbox.net_s3 testsStefan Metzmacher2009-02-031-1/+1
* Revert "s3:selftest: create BUILTIN\\Administrators at startup"Stefan Metzmacher2009-02-032-12/+10
* Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't work...Stefan Metzmacher2009-02-031-5/+3
* merged-build: link in LIBREPLACE into samba4 code as in the native buildStefan Metzmacher2009-02-032-4/+22
* merged-build: force non-shared build for samba4Stefan Metzmacher2009-02-031-0/+3
* s3-eventlogadm: add command to dump stored tdb entries.Günther Deschner2009-02-032-1/+56
* s3-eventlog: add evlog_pull_record_tdb function.Günther Deschner2009-02-032-0/+58
* s3-eventlog: pass down talloc context to parse_logentry().Günther Deschner2009-02-033-10/+10
* s3-eventlog: make logname in elog_open_tdb const.Günther Deschner2009-02-032-2/+2
* s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner2009-02-034-7/+14
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
* s3-net: fix warning message for keytab usage.Günther Deschner2009-02-031-2/+2
* s3-kerberos: use KRB5_KT_KEY compat macro.Günther Deschner2009-02-031-7/+1
* s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.Günther Deschner2009-02-031-3/+10
* Revert "fix for commit d96248a9b46 which broke Heimdal builds"Günther Deschner2009-02-031-6/+0
* s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ...Stefan Metzmacher2009-02-031-3/+5
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-032-4/+10
* Fix Coverity ID 870Volker Lendecke2009-02-031-0/+4
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-024-20/+54
* s3:selftest: run test_posix_s3.sh testsStefan Metzmacher2009-02-032-1/+42
* s3:build: pass the path to smbtorture4 down to make with and without '-t' prefixStefan Metzmacher2009-02-033-3/+7
* s3-wbclient: Use new tevent data typesKai Blin2009-02-023-16/+16
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-026-31/+31
* fix for commit d96248a9b46 which broke Heimdal buildsBjörn Jacke2009-02-021-0/+6
* s3:selftest: pass correct arguments to $SCRIPTDIR/test_smbtorture_s3.shStefan Metzmacher2009-02-021-2/+2
* s3:build: fix typo introduced in "fix build without shared libs"Michael Adam2009-02-021-1/+1
* s3:build: fix linking of bin/net when shared libs have been disabledMichael Adam2009-02-021-1/+1
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-022-13/+6
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-0110-34/+170
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-021-2/+8
* s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam2009-02-021-2/+7
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-021-11/+9
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-012-2/+3
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-0115-185/+185
* Convert api_RNetUserEnum to use the srv_samr_nt.c directlyVolker Lendecke2009-02-011-26/+77
* Move rpc_pipe_open_internal to srv_pipe_hnd.cVolker Lendecke2009-02-012-37/+37
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-015-72/+117
* Fix some type-punned warningsVolker Lendecke2009-02-011-3/+3
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-016-32/+28
* Fix nonempty blank linesVolker Lendecke2009-02-012-119/+117
* Just for fun: Move some bytes from bss to textVolker Lendecke2009-02-012-2/+2
* fix build with external dns_sd librariesBjörn Jacke2009-02-011-1/+1
* Fix the build on Solaris CCVolker Lendecke2009-02-011-1/+1
* Remove unused np_read sync wrapperVolker Lendecke2009-01-312-32/+0
* Make reply_pipe_read_andx asyncVolker Lendecke2009-01-311-13/+57
* Remove unused np_write sync wrapperVolker Lendecke2009-01-312-32/+0
* Make reply_pipe_write asyncVolker Lendecke2009-01-311-13/+48
* Make reply_pipe_write_and_X asyncVolker Lendecke2009-01-311-20/+52
* Make-np_write-handle-0-byte-writes-as-NT_STATUS_OKVolker Lendecke2009-01-312-43/+33