Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-14 | Mention typedef struct in README.Coding | Volker Lendecke | 1 | -0/+8 | |
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 7 | -129/+72 | |
Every caller that expects to receive something needs to check if enough was sent. Make this check mandatory for everyone. Yes, this makes the parameter list for cli_trans a bit silly, but that's just the way it is: A silly protocol request :-) While there, convert some _done functions to tevent_req_simple_finish_ntstatus. | |||||
2009-11-14 | Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/ | Volker Lendecke | 4 | -25/+14 | |
2009-11-14 | s3: Convert cli_set_unix_extensions_capabilities_send to async | Volker Lendecke | 4 | -44/+96 | |
2009-11-14 | Introduce tevent_req_poll_ntstatus | Volker Lendecke | 2 | -0/+25 | |
2009-11-14 | Introduce tevent_req_simple_finish_ntstatus | Volker Lendecke | 2 | -0/+22 | |
2009-11-14 | s3: Tiny logic simplification | Volker Lendecke | 1 | -10/+11 | |
2009-11-14 | s4-drs: DsExecuteKCC() implementation | Erick Nascimento | 3 | -2/+31 | |
I implemented the DsExecuteKCC() handling code on kccsrv_execute_kcc(). Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-14 | pam_winbind: fix a printf type mismatch warning | Björn Jacke | 1 | -2/+2 | |
2009-11-14 | s3:fix a comment typo | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-11-14 | s3:is_trusted_domain: shortcut if domain name == global_sam_name | Michael Adam | 1 | -0/+4 | |
A domain can't have a trust with itself. This saves some roundtrips to the ldap server for ldapsam. Michael | |||||
2009-11-14 | s3:is_trusted_domain: shortcut if domain name is NULL or empty | Michael Adam | 1 | -0/+4 | |
This saves some roundtrips to LDAP in an ldapsm setup. Michael | |||||
2009-11-14 | s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid) | Michael Adam | 1 | -1/+2 | |
Michael | |||||
2009-11-14 | s3:passdb: remove the uid_to_rid method - we only need uid_to_sid | Michael Adam | 5 | -42/+1 | |
Michael | |||||
2009-11-14 | s3:pdb_default_uid_to_sid: fix some debug statements. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-11-13 | s3/pam: move variable declaration into belonging ifdef section | Björn Jacke | 1 | -1/+1 | |
This fixes a unused variable 'addr' warning on some platforms | |||||
2009-11-13 | add e2fsprogs-devel as build dependency this is needed for AD because it ↵ | Christian Ambach | 1 | -1/+1 | |
contains libcom/libcom_err files and headers Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | packaging(RHEL-CTDB): add the current githash to the rpm release number by ↵ | Michael Adam | 2 | -1/+14 | |
default Disable this (to build a release-rpm) by calling USE_GITHASH=no makerpms.sh Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): enable parallel build | Michael Adam | 1 | -2/+3 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): fix packaging of pam_winbind.mo file | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): move the idmap and nss_info modules to the common package | Michael Adam | 1 | -3/+4 | |
In this layout, this is the package that contains winbindd related stuff. Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): package the winbind_krb5_locator.so plugin | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): package the manpage of the winbind_krb5_locator plugin | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): package the manpage of "ldbrename" | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): package the manpage of "sharesec" | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): pam_winbindd man page has moved from section 7 to 8 | Michael Adam | 1 | -1/+1 | |
This due to updating the docs tarball to the 3.4 docs. Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): disable the merged build. | Michael Adam | 2 | -2/+5 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): also pack libwbcient in winbind-32bit package | Michael Adam | 1 | -0/+3 | |
Michael Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | packaging(RHEL-CTDB): add new pam_winbind.mo to the common package | Michael Adam | 1 | -0/+1 | |
Michael Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | packaging(RHEL-CTDB): add new binary sharesec to the client package. | Michael Adam | 1 | -0/+1 | |
Michael Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | packaging(RHEL-CTDB): add new binary ldbrename to the common rpm | Michael Adam | 1 | -0/+1 | |
Michael Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | packaging(RHEL-CTDB): fix location of nsswitch/ directory for install | Michael Adam | 1 | -3/+3 | |
This has been moved to the top level directory in 3.4. Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): don't pass CFLAGS to make. | Michael Adam | 1 | -2/+2 | |
This breaks the build since 3.3 since it overwrites the CFLAGS set by configure. Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): don't "make proto" any more. | Michael Adam | 1 | -2/+0 | |
This has become unnecessary in 3.3 Michael | |||||
2009-11-13 | packaging(RHEL-CTDB):makerpms.sh: replace source/ by source3/ | Michael Adam | 1 | -7/+7 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB):makespec.sh: fix detection of version | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): makeversion.sh: v3-4-test uses source3 instead of source | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-11-13 | packaging(RHEL-CTDB): makerpms.sh: build winbind-32bit libs in the 64bit build | Michael Adam | 1 | -8/+9 | |
Michael (cherry picked from commit a9a506b6640986548e2ae8540b7ae93960d6ece5) | |||||
2009-11-13 | packaging(RHEL-CTDB): Build winbind-32bit package in the 64bit build | Michael Adam | 1 | -7/+96 | |
Michael (cherry picked from commit f5cd88a25f360e6609dc5abe24247fab78af6854) | |||||
2009-11-13 | packaging(RHEL-CTDB): extend makespec.sh to extract VENDOR_PATCH from version.h | Michael Adam | 1 | -0/+4 | |
Michael (cherry picked from commit fc122aa276bce379b492e5bdf52ab3e03bc3737f) | |||||
2009-11-13 | packaging(RHEL-CTDB): The former release number has basically moved into VERSION | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-11-13 | s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() | Michael Adam | 1 | -0/+2 | |
not only the persistent idmap cache. Michael | |||||
2009-11-13 | s3:smbd: make idmap cache persistent for "ldapsam:trusted". | Michael Adam | 1 | -0/+4 | |
This stores the mappings found in the idmap cache (which lives inside gencache). This cache is already read in sid_to_Xid() and Xid_to_sid() for ldapsam:trusted, this fills the opposite direction, massively reducing the number of ldap roundtrips across smbd restarts. Michael | |||||
2009-11-13 | util: str_list_unique() bugfix | Kamen Mazdrashki | 1 | -1/+1 | |
j is actually the index of the last element in the list size of the list though is j+1 <- to make room for the terminating NULL element | |||||
2009-11-13 | util: str_list_unique_2() test implementation | Kamen Mazdrashki | 1 | -0/+33 | |
Difference with previous test for str_list_unique() is that this test allows number of elements and number of duplicates to be supplied on command line using --option="list_unique:count=47" --option="list_unique:dups=7" | |||||
2009-11-13 | s4:heimdal Import generated files from heimdal tree | Andrew Bartlett | 9 | -827/+1185 | |
We should be able to rebuild these, but a cp is easier :-) | |||||
2009-11-13 | s4:heimdal: import lorikeet-heimdal-200911122202 (commit ↵ | Andrew Bartlett | 59 | -646/+1168 | |
9291fd2d101f3eecec550178634faa94ead3e9a1) | |||||
2009-11-13 | s4:heimdal: import lorikeet-heimdal-200909210500 (commit ↵ | Andrew Bartlett | 139 | -2179/+4119 | |
290db8d23647a27c39b97c189a0b2ef6ec21ca69) | |||||
2009-11-13 | Fix large paged search | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-11-13 | fix bogus "out of memory" winbind msg | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> |