| Commit message (Expand) | Author | Age | Files | Lines |
* | r21074: Preparation for the import of samba4 notify: Add the file notify.idl ... | Volker Lendecke | 2007-10-10 | 9 | -2/+397 |
* | r21073: Fix compiler warning | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
* | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 2007-10-10 | 5 | -2/+53 |
* | r21067: Finished refactoring setqpathinfo to be readable | Jeremy Allison | 2007-10-10 | 1 | -385/+430 |
* | r21064: The core of this patch is | Volker Lendecke | 2007-10-10 | 23 | -108/+166 |
* | r21063: All case statements are now NTSTATUS returning | Jeremy Allison | 2007-10-10 | 2 | -175/+219 |
* | r21062: Should fix the build plus make all refactored | Jeremy Allison | 2007-10-10 | 3 | -212/+197 |
* | r21061: Refactoring all the cases into NTSTATUS returns. | Jeremy Allison | 2007-10-10 | 1 | -69/+99 |
* | r21060: Start refactoring out the non-return case statements | Jeremy Allison | 2007-10-10 | 2 | -43/+72 |
* | r21058: Finish the easy refactoring - split out all the case | Jeremy Allison | 2007-10-10 | 1 | -158/+213 |
* | r21057: More refactoring into functions. | Jeremy Allison | 2007-10-10 | 2 | -65/+95 |
* | r21056: Moving the set_domain_online_request to fork_domain_child() (formerly | Günther Deschner | 2007-10-10 | 1 | -9/+12 |
* | r21054: More function refactoring. | Jeremy Allison | 2007-10-10 | 1 | -24/+52 |
* | r21053: More refactoring and fix the tests (set position info | Jeremy Allison | 2007-10-10 | 1 | -53/+93 |
* | r21052: Refactoring. | Jeremy Allison | 2007-10-10 | 1 | -25/+43 |
* | r21051: More function refactoring... Added #if 0 for | Jeremy Allison | 2007-10-10 | 1 | -34/+55 |
* | r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. My | Jeremy Allison | 2007-10-10 | 1 | -23/+57 |
* | r21049: Start to refactor some of the setpath set code | Jeremy Allison | 2007-10-10 | 1 | -74/+73 |
* | r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de> | Jeremy Allison | 2007-10-10 | 1 | -0/+9 |
* | r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanup | Gerald Carter | 2007-10-10 | 2 | -0/+53 |
* | r21036: Fix the ad nss info backend to not abort the search when called outsi... | Gerald Carter | 2007-10-10 | 1 | -16/+10 |
* | r21035: Remove unneeded checks on incoming uid/gid for | Jeremy Allison | 2007-10-10 | 1 | -15/+35 |
* | r21034: Don't force user to have pidl in their PATH. | James Peach | 2007-10-10 | 1 | -1/+5 |
* | r21033: To make the logs a bit more readable let the winbind dc connect child | Günther Deschner | 2007-10-10 | 1 | -0/+3 |
* | r21021: Fix memleak. | Günther Deschner | 2007-10-10 | 1 | -0/+1 |
* | r21020: Some pam_winbind fixes: | Günther Deschner | 2007-10-10 | 1 | -14/+13 |
* | r21019: Fix typo. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
* | r21018: Removing the set_domain_online_request again in trustdom_recv(). | Günther Deschner | 2007-10-10 | 1 | -9/+0 |
* | r21016: Fix pam_sm_setcred again. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
* | r21015: fix typo that breaks the build | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
* | r21014: move some functionss to winbindd_group.c and make static | Gerald Carter | 2007-10-10 | 2 | -148/+144 |
* | r21013: * Remove "inline" keyword | Gerald Carter | 2007-10-10 | 1 | -5/+5 |
* | r21012: Patch from Danilo Almeida @ Centeris (via me): | Gerald Carter | 2007-10-10 | 2 | -21/+168 |
* | r21011: Another patch from Danilo Almeida @ Centeris (via me): | Gerald Carter | 2007-10-10 | 1 | -4/+7 |
* | r21010: fix the pstring change in ntlm_auth for require-membership-of in ntlm... | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
* | r21009: Patch from Danilo Almeida @ Centeris (via me). | Gerald Carter | 2007-10-10 | 3 | -49/+236 |
* | r21007: move $(SOCKET_WRAPPER_OBJ) to OBJ definition instead of link line like | Herb Lewis | 2007-10-10 | 1 | -6/+8 |
* | r21005: Add a debug message for EAGAIN error of setresuid. | Volker Lendecke | 2007-10-10 | 1 | -1/+7 |
* | r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node | Jim McDonough | 2007-10-10 | 1 | -1/+1 |
* | r21003: Display LDAP base in debug statement. | Günther Deschner | 2007-10-10 | 1 | -2/+2 |
* | r21002: Get rid of unused macros - merge change from 3_0_24 | Herb Lewis | 2007-10-10 | 3 | -48/+40 |
* | r21001: * Use a simple '#define LDAPMessage void' to fix the build | Gerald Carter | 2007-10-10 | 5 | -45/+9 |
* | r20998: Fix debug message | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
* | r20996: Build fix from Kai Blin | Andrew Bartlett | 2007-10-10 | 1 | -1/+2 |
* | r20994: Remove unused code. | James Peach | 2007-10-10 | 1 | -122/+0 |
* | r20993: temporary build fix to get things going again on non-ADS systems | Gerald Carter | 2007-10-10 | 1 | -0/+4 |
* | r20992: another attempt at fixing the build breakage | Gerald Carter | 2007-10-10 | 4 | -26/+37 |
* | r20987: fix build farm breakage when ADS support is not present (caused by ns... | Gerald Carter | 2007-10-10 | 1 | -0/+4 |
* | r20986: Commit the prototype of the nss_info plugin interface. | Gerald Carter | 2007-10-10 | 18 | -456/+893 |
* | r20985: leave room for terminating NULL when printing password hashes via 'pd... | Gerald Carter | 2007-10-10 | 1 | -2/+2 |