Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 2007-09-28 | 13 | -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 Carter | 2007-09-28 | 26 | -75/+241 |
| | | | | 3.2.0pre1 | ||||
* | r25387: Sync with 3.2.0 svn tree | Gerald Carter | 2007-09-27 | 162 | -6341/+8291 |
| | |||||
* | r25064: We use BOOL/True/False not bool/true/false | Simo Sorce | 2007-09-10 | 1 | -4/+4 |
| | |||||
* | r25063: Fix segfault in smbldp_set_creds when we want to use anonymous, the | Simo Sorce | 2007-09-10 | 1 | -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 columns | Simo Sorce | 2007-09-10 | 1 | -156/+237 |
| | |||||
* | r25061: Pro-actively shut up Coverity :-) | Volker Lendecke | 2007-09-10 | 1 | -3/+5 |
| | |||||
* | r25060: Fix formatting, remove trailing spaces and cut lines longer than 80 ↵ | Simo Sorce | 2007-09-10 | 1 | -160/+255 |
| | | | | chars | ||||
* | r25059: Apply to 3.2 as well | Simo Sorce | 2007-09-10 | 1 | -24/+12 |
| | |||||
* | r25055: Add file_id_string_tos | Volker Lendecke | 2007-09-10 | 14 | -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.0 | Andrew Bartlett | 2007-09-10 | 1 | -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 Lendecke | 2007-09-08 | 3 | -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() pair | Volker Lendecke | 2007-09-08 | 1 | -1/+1 |
| | |||||
* | r25032: Contact an off site DC if non is available on site. | Lars Müller | 2007-09-08 | 2 | -22/+37 |
| | |||||
* | r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() ↵ | Lars Müller | 2007-09-08 | 1 | -2/+2 |
| | | | | | | in any case. | ||||
* | r25025: Remove an unused function | Volker Lendecke | 2007-09-08 | 1 | -5/+0 |
| | |||||
* | r25024: Fix a whole bunch of Coverity bugs | Volker Lendecke | 2007-09-08 | 1 | -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 clarifies | Jeremy Allison | 2007-09-08 | 1 | -0/+1 |
| | | | | | the code a lot. Jeremy. | ||||
* | r25022: Fix coverity #395. Resource leak on error. | Jeremy Allison | 2007-09-08 | 1 | -6/+13 |
| | | | | Jeremy. | ||||
* | r25021: Fix coverity #435. Use of -1. | Jeremy Allison | 2007-09-08 | 1 | -4/+12 |
| | | | | Jeremy. | ||||
* | r25020: Fix coverity #374, possible null deref. | Jeremy Allison | 2007-09-08 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | r25019: Fix coverity bug #105, run #332. Use of uninitialized variable. | Jeremy Allison | 2007-09-08 | 1 | -6/+8 |
| | | | | Jeremy. | ||||
* | r25002: Refactor out code duplication created by the previous | Michael Adam | 2007-09-07 | 1 | -18/+9 |
| | | | | | | unification of r24998. Michael | ||||
* | r24999: Use the new regval_compose() function in regval_ctr_addvalue(). | Michael Adam | 2007-09-07 | 1 | -18/+3 |
| | | | | Michael | ||||
* | r24998: Add a function regval_compose() to compose a REGISTRY_VALUE from | Michael Adam | 2007-09-07 | 2 | -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 Adam | 2007-09-07 | 1 | -5/+5 |
| | |||||
* | r24993: Apply some const | Volker Lendecke | 2007-09-07 | 2 | -4/+5 |
| | |||||
* | r24991: Kill all those lots of trailing whitespaces from secrets.c. | Michael Adam | 2007-09-07 | 1 | -74/+74 |
| | | | | | | These red bars in vi really hurt my eyes... :-o Michael | ||||
* | r24990: Kill an incredible amount of trailing whitespaces... | Michael Adam | 2007-09-07 | 1 | -8/+10 |
| | | | | | | Further reformat get_trust_pw to conform to coding rules. Michael | ||||
* | r24980: - Use the formal syntax for calling functions through pointers. ↵ | Derrell Lipman | 2007-09-06 | 2 | -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 rids2names | Rafal Szczesniak | 2007-09-06 | 1 | -26/+89 |
| | | | | | | | mappings. rafal | ||||
* | r24976: move domain_init_recv() near the functions that uses it | Stefan Metzmacher | 2007-09-06 | 1 | -15/+16 |
| | | | | metze | ||||
* | r24975: catch SIGINT and SIGQUIT like SIGTERM | Stefan Metzmacher | 2007-09-06 | 1 | -0/+2 |
| | | | | metze | ||||
* | r24970: Polish some comments and add my (C). | Michael Adam | 2007-09-05 | 1 | -10/+3 |
| | | | | Michael | ||||
* | r24968: Fwd port "open" patch | Simo Sorce | 2007-09-05 | 3 | -6/+6 |
| | |||||
* | r24962: This merges the winreg rpc server and client code from 3_2, | Michael Adam | 2007-09-05 | 11 | -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 Carter | 2007-09-05 | 52 | -10383/+1 |
| | | | | to maintain them | ||||
* | r24960: remove traces of libmsrpc AC variables from 3.2.0 | Gerald Carter | 2007-09-05 | 1 | -4/+0 |
| | |||||
* | r24957: Merge 21867, 21869, 21870 and 21871: | Volker Lendecke | 2007-09-04 | 7 | -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 Lendecke | 2007-09-04 | 2 | -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 Adam | 2007-09-04 | 1 | -11/+21 |
| | |||||
* | r24954: Fix the build without krb5. | Günther Deschner | 2007-09-04 | 1 | -3/+11 |
| | | | | Guenther | ||||
* | r24953: Merge r21785 and r23121: | Volker Lendecke | 2007-09-04 | 4 | -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 fully | Günther Deschner | 2007-09-04 | 2 | -3/+67 |
| | | | | | | operational (from within winbindd and outside). Guenther | ||||
* | r24951: Warn if "os level" > 255 | Volker Lendecke | 2007-09-04 | 1 | -0/+4 |
| | | | | Thanks to Karolin Seeger <ks@sernet.de> | ||||
* | r24950: Merge r21784 | Volker Lendecke | 2007-09-04 | 14 | -162/+104 |
| | | | | | | | Replace smb_register_idle_event() with event_add_timed(). This fixes winbind which did not run the idle events to drop ldap connections. Volker | ||||
* | r24949: Remove some static buffers | Volker Lendecke | 2007-09-04 | 9 | -79/+57 |
| | |||||
* | r24948: There is no point testing UNIXINFO -- 3.2.0 does not do it | Volker Lendecke | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | r24943: Some stackframes | Volker Lendecke | 2007-09-04 | 9 | -6/+24 |
| | |||||
* | r24920: Reformatting. | Günther Deschner | 2007-09-03 | 1 | -128/+182 |
| | | | | Guenther |