summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r25413: Formatting an typo fixes for release notes.samba-3.2.0pre1Gerald Carter2007-09-281-6/+5
|
* r25412: Add note about including HTML of Using SambaGerald Carter2007-09-281-0/+4
|
* r25408: Remove Longhorn join fixes from release notesGerald Carter2007-09-281-6/+0
|
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-09-2813-111/+53
| | | | | | The translate_name() used by cli_session_setup_spnego() cann rely Winbindd since it is needed by the join process (and hence before Winbind can be run).
* r25403: grab latest changes form 3.2 tree in preparation for release of ↵Gerald Carter2007-09-2826-75/+241
| | | | 3.2.0pre1
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-27204-11927/+8734
|
* r25382: Commit release notes for 3.2.0pre1:Gerald Carter2007-09-271-4/+265
|
* r25066: Building release branch for Samba 3.2Gerald Carter2007-09-100-0/+0
|
* r25064: We use BOOL/True/False not bool/true/falseSimo Sorce2007-09-101-4/+4
|
* r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, theSimo Sorce2007-09-101-3/+4
| | | | | code was not passing in the "anon" flag correctly and was passing NULL pointers.
* r25062: Reformat, remove trailing spaces and fit lines into 80 columnsSimo Sorce2007-09-101-156/+237
|
* r25061: Pro-actively shut up Coverity :-)Volker Lendecke2007-09-101-3/+5
|
* r25060: Fix formatting, remove trailing spaces and cut lines longer than 80 ↵Simo Sorce2007-09-101-160/+255
| | | | chars
* r25059: Apply to 3.2 as wellSimo Sorce2007-09-101-24/+12
|
* r25057: Add a schema file ready to be used in Fedora/RedHat Directory ServerSimo Sorce2007-09-101-0/+156
|
* r25055: Add file_id_string_tosVolker Lendecke2007-09-1014-54/+40
| | | | This removes file_id_string_static and file_id_string_static2
* r25050: Merge new, stricter NTLM password security requirements into Samba 3.2.0Andrew Bartlett2007-09-101-4/+4
| | | | | | | | | | As a client, we no longer send plaintext or LM responses, unless reconfigured. As a server, we no longer accept LM responses (encrypt passwords = yes has been set for a while), unless reconfigured. Andrew Bartlett
* r25040: Add "net sam rights"Volker Lendecke2007-09-083-5/+175
| | | | | | | Not strictly in the SAM, but close enough. This command acts directly on the local tdb, no running smbd required This also changes the root-only check to a warning
* r25036: Fix a become/unbecome_root() pairVolker Lendecke2007-09-081-1/+1
|
* r25032: Contact an off site DC if non is available on site.Lars Müller2007-09-082-22/+37
|
* r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() ↵Lars Müller2007-09-081-2/+2
| | | | | | in any case.
* r25025: Remove an unused functionVolker Lendecke2007-09-081-5/+0
|
* r25024: Fix a whole bunch of Coverity bugsVolker Lendecke2007-09-081-0/+1
| | | | | | The callers of get_domain_group_from_sid() with some justification expected map->gid to be initialized when get_domain_group_from_sid returned True.
* r25023: Coverity #455. Not actually a bug, but this clarifiesJeremy Allison2007-09-081-0/+1
| | | | | the code a lot. Jeremy.
* r25022: Fix coverity #395. Resource leak on error.Jeremy Allison2007-09-081-6/+13
| | | | Jeremy.
* r25021: Fix coverity #435. Use of -1.Jeremy Allison2007-09-081-4/+12
| | | | Jeremy.
* r25020: Fix coverity #374, possible null deref.Jeremy Allison2007-09-081-4/+4
| | | | Jeremy.
* r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison2007-09-081-6/+8
| | | | Jeremy.
* r25002: Refactor out code duplication created by the previousMichael Adam2007-09-071-18/+9
| | | | | | unification of r24998. Michael
* r24999: Use the new regval_compose() function in regval_ctr_addvalue().Michael Adam2007-09-071-18/+3
| | | | Michael
* r24998: Add a function regval_compose() to compose a REGISTRY_VALUE fromMichael Adam2007-09-072-4/+42
| | | | | | | input data. Use this function in a first step to refactor the canonicalization code of smbconf_store_values(). Michael
* r24996: Eliminate more trailing spaces...Michael Adam2007-09-071-5/+5
|
* r24993: Apply some constVolker Lendecke2007-09-072-4/+5
|
* r24991: Kill all those lots of trailing whitespaces from secrets.c.Michael Adam2007-09-071-74/+74
| | | | | | These red bars in vi really hurt my eyes... :-o Michael
* r24990: Kill an incredible amount of trailing whitespaces...Michael Adam2007-09-071-8/+10
| | | | | | Further reformat get_trust_pw to conform to coding rules. Michael
* r24980: - Use the formal syntax for calling functions through pointers. ↵Derrell Lipman2007-09-062-94/+98
| | | | | | | | | I've wanted to make this change for ages, but now with the issue of "open" requiring it, this is the time to just do all of them. Derrell
* r24979: Ensure negative caching for name2sid, sid2name and rids2namesRafal Szczesniak2007-09-061-26/+89
| | | | | | | mappings. rafal
* r24976: move domain_init_recv() near the functions that uses itStefan Metzmacher2007-09-061-15/+16
| | | | metze
* r24975: catch SIGINT and SIGQUIT like SIGTERMStefan Metzmacher2007-09-061-0/+2
| | | | metze
* r24970: Polish some comments and add my (C).Michael Adam2007-09-051-10/+3
| | | | Michael
* r24968: Fwd port "open" patchSimo Sorce2007-09-053-6/+6
|
* r24962: This merges the winreg rpc server and client code from 3_2,Michael Adam2007-09-0511-4563/+1099
| | | | | | | | | | | | | | | | | | | | | | | | i.e. it removes the hand woven parsing and marshalling code and useses the pidl generated code instead. This removes the files rpc_server/srv_winreg.c, rpc_parse/parse_reg.c, include/rpc_reg.h and registry/reg_frontend_legacy.c. It effectively *copies* the files rpc_client/cli_reg.c and rpc_server/srv_winreg_nt.c. So not only the rewrite of srv_winreg_nt to use the pidl based rpc code ist taken but also Volker's rewrite to use the new reg_api code in r19991 and following. Furthermore, net_rpc_registry.c is copied from 3_2, giving us a full command line regedit replacement in 3_2_0. Michael PS: This patch sums up to 6309 lines in total, but of this, there are 2848 lines removed by the four deleted files alone. Diffstat says: 1098 insertions(+), 4562 deletions(-). So it's not that bad... :-)
* r24961: remove --with-python files from release since no one has stepped up ↵Gerald Carter2007-09-0552-10383/+1
| | | | to maintain them
* r24960: remove traces of libmsrpc AC variables from 3.2.0Gerald Carter2007-09-051-4/+0
|
* r24957: Merge 21867, 21869, 21870 and 21871:Volker Lendecke2007-09-047-109/+155
| | | | | | | | | | | | | Simplify calling convention of timeout_processing. lp_deadtime is only referenced in conn_idle_all(). Move sending keepalives out of the main processing loop into idle event. On the way, make lp_keepalive() a proper parameter. Move sending auth_server keepalives out of the main loop into an idle event. Move deadtime processing into an idle event. While there, simplify conn_idle_all() a bit.
* r24956: Merge r21879:Volker Lendecke2007-09-042-62/+84
| | | | | | | | | | | | | | | | | | Move process_blocking_lock_queue to a timed event. The idea is that we have blocking.c:brl_timeout as a timed event that is present whenever we do have a blocking lock pending. It fires brl_timeout_fn() which calls process_blocking_lock_queue(). Whenever we make changes to blocking_lock_queue, we trigger a recalc_brl_timeout() which sets a new brl_timout event if necessary. This makes the call to blocking_locks_timeout_ms() in setup_select_timeout() unnecessary, this is implicitly done in event_add_to_select_args() from the timed events. Volker
* r24955: Reformat some object lists in Makefile.in to minimize the diff.Michael Adam2007-09-041-11/+21
|
* r24954: Fix the build without krb5.Günther Deschner2007-09-041-3/+11
| | | | Guenther
* r24953: Merge r21785 and r23121:Volker Lendecke2007-09-044-4/+4
| | | | | | | | | | | | Avoid an unnecessary gettimeofday() call Volker Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly again. Thanks to Bartlomiej Solarz-Niesluchowski <Bartlomiej.Solarz-Niesluchowski@wit.edu.pl>. Guenther
* r24952: Set the kdc locator env vars. This makes the krb5 locator plugin fullyGünther Deschner2007-09-042-3/+67
| | | | | | operational (from within winbindd and outside). Guenther