summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
| | | | | and libc segfaults if printf is passed NULL for a "%s" arg (eg. Solaris).
* s3:selftest: fix blackbox.net_s3 testsStefan Metzmacher2009-02-031-1/+1
| | | | metze
* Revert "s3:selftest: create BUILTIN\\Administrators at startup"Stefan Metzmacher2009-02-032-12/+10
| | | | | | | | | This reverts commit a849183f9492d09ccd7e273f955d4d8f2668fdf3. This is to racy for most of the build-farm machines, because winbindd doesn't start fast enough. metze
* Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't ↵Stefan Metzmacher2009-02-031-5/+3
| | | | | | | | | | work in the build-farm" This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18. I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3 metze
* merged-build: link in LIBREPLACE into samba4 code as in the native buildStefan Metzmacher2009-02-032-4/+22
| | | | metze
* merged-build: force non-shared build for samba4Stefan Metzmacher2009-02-031-0/+3
| | | | | | This should fix 'make test4'. metze
* s3-eventlogadm: add command to dump stored tdb entries.Günther Deschner2009-02-032-1/+56
| | | | Guenther
* s3-eventlog: add evlog_pull_record_tdb function.Günther Deschner2009-02-032-0/+58
| | | | Guenther
* s3-eventlog: pass down talloc context to parse_logentry().Günther Deschner2009-02-033-10/+10
| | | | Guenther
* s3-eventlog: make logname in elog_open_tdb const.Günther Deschner2009-02-032-2/+2
| | | | Guenther
* s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner2009-02-034-7/+14
| | | | Guenther
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
| | | | Guenther
* s3-net: fix warning message for keytab usage.Günther Deschner2009-02-031-2/+2
| | | | Guenther
* s3-kerberos: use KRB5_KT_KEY compat macro.Günther Deschner2009-02-031-7/+1
| | | | Guenther
* s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.Günther Deschner2009-02-031-3/+10
| | | | Guenther
* Revert "fix for commit d96248a9b46 which broke Heimdal builds"Günther Deschner2009-02-031-6/+0
| | | | | | This does not build. This reverts commit af736923a541df1a37afeb72b8a5652932c4c69c.
* s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ↵Stefan Metzmacher2009-02-031-3/+5
| | | | | | build-farm metze
* 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 ↵Jeremy Allison2009-02-024-20/+54
| | | | | | | | | delete file This fixes the generic rename/delete problem for 3.3.0 and above. Fixed slightly differently to discussions, user viewable modified ACLs are not a good idea :-). Jeremy.
* s3:selftest: run test_posix_s3.sh testsStefan Metzmacher2009-02-032-1/+42
| | | | metze
* s3:build: pass the path to smbtorture4 down to make with and without '-t' prefixStefan Metzmacher2009-02-033-3/+7
| | | | metze
* s3-wbclient: Use new tevent data typesKai Blin2009-02-023-16/+16
|
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-026-31/+31
| | | | Now I need to document this :-)
* 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
| | | | metze
* s3:build: fix typo introduced in "fix build without shared libs"Michael Adam2009-02-021-1/+1
| | | | Michael
* s3:build: fix linking of bin/net when shared libs have been disabledMichael Adam2009-02-021-1/+1
| | | | Michael
* 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 ↵Dan Sledz2009-02-0110-34/+170
| | | | | | | | | | | | | | | | | | | | | | | lp_use_kerberos_keytab parameter. The first is "kerberos method" and replaces the "use kerberos keytab" with an enum. Valid options are: secrets only - use only the secrets for ticket verification (default) system keytab - use only the system keytab for ticket verification dedicated keytab - use a dedicated keytab for ticket verification. secrets and keytab - use the secrets.tdb first, then the system keytab For existing installs: "use kerberos keytab = yes" corresponds to secrets and keytab "use kerberos keytab = no" corresponds to secrets only The major difference between "system keytab" and "dedicated keytab" is that the latter method relies on kerberos to find the correct keytab entry instead of filtering based on expected principals. The second parameter is "dedicated keytab file", which is the keytab to use when in "dedicated keytab" mode. This keytab is only used in ads_verify_ticket.
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-021-2/+8
| | | | | | | | | | | | | | | | | | "getent group" used to fill the idmap cache with negative cache entries for unmapped group sids. Don't pass domain name unconditionally to idmap_sid_to_gid(). idmap_sid_to_gid() only creates new mappings (allocating idmap backends tdb, tdb2, ldap...) when the domain name passed in is "". Note that it is _wrong_ to directly call the idmap_sid_to_gid() functions here, in the main winbindd. The correct fix would be to send a sid_to_gid request to winbindd itself, but this needs more work to prepare the async mechanisms, and we nee a quick fix for getent passwd now. Michael
* s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam2009-02-021-2/+7
| | | | | | | | | | | | | | | | | | "getent passwd" used to fill the idmap cache with negative cache entries for unmapped user sids. Don't pass domain name unconditionally to idmap_sid_to_[ug]id(). idmap_sid_to_[ug]id() only creates new mappings (allocating idmap backends tdb, tdb2, ldap...) when the domain name passed in is "". Note that it is _wrong_ to directly call the idmap_sid_to_[ug]id() functions here, in the main winbindd. The correct fix would be to send a sid_to_[ug]id request to winbindd itself, but this needs more work to prepare the async mechanisms, and we nee a quick fix for getent passwd now. Michael
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-021-11/+9
| | | | | | and streamline logic some Michael
* 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
| | | | | | | This is a sample for other accesses to pdb to go via samr. The goal is to access passdb only via srv_samr_nt.c. If that is done, then we can easily swap in another samr implementation like for example samba4's via a unix domain socket.
* Move rpc_pipe_open_internal to srv_pipe_hnd.cVolker Lendecke2009-02-012-37/+37
| | | | This is a smbd-only function
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-015-72/+117
| | | | This was mainly used for debugging output
* 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
|