summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* lib/util: remove samba specific talloc_get_type_abort()Stefan Metzmacher2009-03-032-5/+0
| | | | metze
* Fix "ignore return" warning.Jeremy Allison2009-03-031-2/+3
| | | | Jeremy.
* It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz2009-03-021-14/+22
| | | | | | | | | | we end up returning the null sid instead of falling back to the legacy code. Next time through the code we'll hit the negative cache and do the right thing, but we still fail the first time. If we fail the winbind id to sid mapping, call the legacy version. This catches the case where we don't have a negative cache entry for the mapping. This is better than returning the NULL sid to the caller.
* More fix to initialize idmap statusesBo Yang2009-03-027-0/+70
|
* use test -f, Solaris /bin/sh doesn't know test -eBjörn Jacke2009-03-021-1/+1
|
* Fix wbclient.c wrt tevent_req changes too.Simo Sorce2009-03-021-4/+3
|
* Attempt to fix the buildVolker Lendecke2009-03-021-2/+2
| | | | | | | | | Simo, with which compiler did you build this? I'd be curious to learn about the compiler settings that make this build. Thanks, Volker
* Make struct tevent_req opaqueSimo Sorce2009-03-024-46/+35
| | | | | | | | | | | | | | | | Move struct tevent_req in tevent_internal, and ad getters and setters for private data and the callback function. This patch also renames 'private_state' into 'data'. What is held in this pointer is in fact data and not a state like enum tevent_req_state. Calling it 'state' is confusing. The functions addedd are: tevent_req_set_callback() - sets req->async.fn and req->async.private_data tevent_req_set_print_fn() - sets req->private_print tevent_req_callback_data() - gets req->async.private_data tevent_req_data() - gets rea->data This way it is much simpler to keep API/ABI compatibility in the future.
* s3-spoolss: PRINTER_STATUS_OK has been moved to IDL.Günther Deschner2009-03-021-3/+0
| | | | Guenther
* s3-rpcclient: zero out devmode and secdesc in setdriver and setprinter command.Günther Deschner2009-03-021-0/+5
| | | | Guenther
* Use samba3's own iconv implementation for now, until all changes areJelmer Vernooij2009-03-022-3/+3
| | | | merged.
* s3: Fix incompatible type warningsTim Prouty2009-03-013-3/+3
|
* s3 OneFS: Refactor config code and cleanup includesTim Prouty2009-03-0112-387/+455
|
* Use shared header file for character sets, remove old definitions from ↵Jelmer Vernooij2009-03-012-17/+1
| | | | samba3 smb.h.
* Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-018-437/+38
|\
| * Add header files for secace and secacl.Jelmer Vernooij2009-03-012-22/+3
| |
| * Move secacl to top-level.Jelmer Vernooij2009-03-013-120/+1
| |
| * Also re-add removed codepoint_t; I'm clearly not having my day today.Jelmer Vernooij2009-03-011-0/+16
| |
| * Keep using Samba3's charset.h for now.Jelmer Vernooij2009-03-011-1/+1
| |
| * Move secace.c to top-level.Jelmer Vernooij2009-03-014-295/+18
| |
* | Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-016-135/+6
| |
* | s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-1/+1
|/
* Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-014-117/+5
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-nextJelmer Vernooij2009-03-018-20/+17
| |\
| | * Only copy sharename up from rap_to_pjobidVolker Lendecke2009-03-013-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Why?? :-) Another one of the little micro-optimizations that I just came across: If you allocate a variable in a sub-block like the "fstring sharename" in write_file(), gcc even with -O3 will allocate this variable unconditionally on the stack at the beginning of the routine. So with eliminating this fstring we cut 256 bytes of stack in a very hot code path writing to a file. It might make us a bit more cache-friendly. This would probably not be worth a second look if it involved larger code changes, but this one was just too simple to let it pass :-)
| * | Move next_token_talloc() to top-level.Jelmer Vernooij2009-03-011-112/+0
| | |
* | | Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2009-03-013-26/+1
| |/ |/|
* | Merge branch 'master' of git://git.samba.org/samba into HEADJelmer Vernooij2009-03-011-0/+19
|\|
| * Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison2009-02-281-0/+19
| | | | | | | | | | delete file (directory fix). Jeremy.
* | Eliminate two duplicate SEC_ACE_TYPE constants already provided byJelmer Vernooij2009-03-015-15/+12
|/ | | | security.idl.
* Fix async reading winbindd_responseVolker Lendecke2009-02-281-1/+1
|
* Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang2009-02-271-0/+8
|
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-275-24/+19
| | | | Guenther
* Use talloc_tos() in regkey_access_check()Volker Lendecke2009-02-271-13/+2
|
* s3: fix guest auth when winbindd is runningSteven Danneman2009-02-261-7/+7
| | | | | | | | | | | | | | | This fix is very subtle. If a server is configured with "security = share" and "guest ok = yes" and winbindd is running authorization will fail during tree connect. This is due to our inability to map the guest sid S-1-5-21-X-501 to a uid through sid_to_uid(). Winbindd is unaware of the hard coded mapping between this sid and whatever uid the name in lp_guestaccount() is assigned. So sid_to_uid() fails and we exit create_token_from_username() without ever calling pdb_getsampwsid() which IS aware of the hard coded mapping. This patch just reorganizes the code, moving sid_to_uid() down to the block of code in which it is needed, avoiding this early failure.
* s3-rpcclient: add getjob spoolss command.Günther Deschner2009-02-261-0/+119
| | | | Guenther
* s3-rpcclient: use is_valid_policy_hnd before closing handles.Günther Deschner2009-02-261-20/+5
| | | | Guenther
* s3-spoolss: remove old rpccli_spoolss_getjob.Günther Deschner2009-02-263-90/+0
| | | | Guenther
* s3-spoolss: add rpccli_spoolss_getjob convenience wrapper.Günther Deschner2009-02-262-0/+59
| | | | Guenther
* Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2009-02-263-0/+54
| | | | | | | Inside a directory, keep a file open and then renaming the directory should fail with ACCESS_DENIED. Jeremy.
* s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQMichael Adam2009-02-261-1/+1
| | | | | | Günther, please check... Michael
* s3:registry: tighten the subkey loop in reg_deletekey_recursive()Michael Adam2009-02-261-16/+13
| | | | | | | | | | and loop from the end to the beginning so that we don't need to rehash the subkeys... This gets "net conf drop" with 2000 shares down to 14 seconds on my box. Michael
* s3:registry: use delete_reg_subkey() in reg_deletekey()Michael Adam2009-02-261-15/+1
| | | | | | This further speeds up net conf drop. Michael
* s3:registry: implement delete_subkey in the smbconf backendMichael Adam2009-02-261-0/+6
| | | | | | delegating the call to the db backend Michael
* s3:registry: implement delete_subkey in the db backendMichael Adam2009-02-261-0/+68
| | | | Michael
* s3:registry: add a delete_subkey method to the backend ops.Michael Adam2009-02-263-0/+11
| | | | | | This is to provide a more atomic means of deleting a subkey of a key. Michael
* s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()Michael Adam2009-02-261-30/+31
| | | | Micheal
* s3:registry: streamline and cleanup regdb_set_secdesc() somewhat.Michael Adam2009-02-261-15/+5
| | | | Michael
* s3:registry: refactor deletion of value/secdesc/subkey list tdb records outMichael Adam2009-02-261-43/+73
| | | | | | of regdb_store_values(). Michael
* s3:registry: streamline reg_deletekey() somewhat.Michael Adam2009-02-261-25/+19
| | | | | | use W_ERROR_... macros and separate assignments from checks Michael