Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500 | Derrell Lipman | 3 | -5/+228 |
2007-10-10 | r12096: Change uint32_t to uint32. Jerry, please pick this change up for | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r12081: r10674@cabra: derrell | 2005-12-05 13:31:28 -0500 | Derrell Lipman | 1 | -19/+0 |
2007-10-10 | r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500 | Derrell Lipman | 2 | -75/+195 |
2007-10-10 | r12077: Add configure switch to disable libmsrpc build. Add new Makefile target | Lars Müller | 2 | -27/+77 |
2007-10-10 | r12076: Ensure setmntent() returns with != NULL in the disk_quotas() Linux | Lars Müller | 1 | -1/+3 |
2007-10-10 | r12055: More cruft | Volker Lendecke | 1 | -23/+0 |
2007-10-10 | r12054: We only have one more warning at -O6. That will take | Jeremy Allison | 1 | -9/+17 |
2007-10-10 | r12052: Remove unused typedefs | Volker Lendecke | 1 | -43/+0 |
2007-10-10 | r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu... | Volker Lendecke | 19 | -614/+999 |
2007-10-10 | r12046: Fix typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r12045: More warning fixes... Just a few more to go. | Jeremy Allison | 4 | -3/+5 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 19 | -65/+100 |
2007-10-10 | r12040: merging packaging fixes from release branch | Gerald Carter | 4 | -13/+17 |
2007-10-10 | r12038: This file is no longer used, and no one noticed.... | Jeremy Allison | 1 | -86/+0 |
2007-10-10 | r12031: Added net idmap to common help list. | John Terpstra | 1 | -2/+3 |
2007-10-10 | r12027: changing version to 3.0.22pre1 since 3.0.21 is frozen now | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r12015: When smbspool tries to connect to a printer shared on a standalone | Günther Deschner | 1 | -1/+14 |
2007-10-10 | r12002: patch from marcin to allow for the creation of a File value in the ev... | Gerald Carter | 1 | -0/+8 |
2007-10-10 | r11999: Re-add "passdb expand explicit". | Volker Lendecke | 4 | -6/+35 |
2007-10-10 | r11998: Add lookupname to rpcclient query_user as a fallback, we now accept b... | Volker Lendecke | 1 | -1/+22 |
2007-10-10 | r11985: Move to LGPL as per tridge's Samba4 change. | Jeremy Allison | 2 | -25/+45 |
2007-10-10 | r11978: Volker's fix for #3292 (smbclient spins if server terminates | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r11976: (Slightly modified) Volker fix for #3293. Use SMBecho instead of | Jeremy Allison | 2 | -1/+40 |
2007-10-10 | r11975: Fix valgrind error -- bug 3291 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r11966: fix the build\n\nGuenther | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what | Günther Deschner | 3 | -11/+29 |
2007-10-10 | r11963: add rpccli_samr_chgpasswd3 from samba4. | Günther Deschner | 3 | -1/+299 |
2007-10-10 | r11962: Bring talloc up to date with Samba4, re-add the | Jeremy Allison | 4 | -55/+229 |
2007-10-10 | r11960: add 'wbinfo --separator' to get the currently active winbind_separator. | Günther Deschner | 1 | -2/+19 |
2007-10-10 | r11950: If we got a connection oriented cancel pdu we would spin processing it. | Jeremy Allison | 3 | -12/+148 |
2007-10-10 | r11947: Back out passdb:expand_explicit until we find consensus. I'll file th... | Volker Lendecke | 2 | -28/+6 |
2007-10-10 | r11945: Make us follow the newly documented pathname processing rules: | Jeremy Allison | 1 | -0/+13 |
2007-10-10 | r11943: Don't reset attrs to zero in EA get - we are adding | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r11942: patch from Marcin to fix the mkdir() in perfcount daemon | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk... | Steve French | 1 | -42/+122 |
2007-10-10 | r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>. | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r11927: No users or groups to return in BUILTIN domain. | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin" | Jeremy Allison | 2 | -26/+55 |
2007-10-10 | r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ... | Volker Lendecke | 3 | -27/+41 |
2007-10-10 | r11922: Looks bigger than it is: There's no point in allocating arrays in | Volker Lendecke | 4 | -49/+30 |
2007-10-10 | r11921: samr_open_domain can only open "our" domain and BUILTIN. | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_... | Volker Lendecke | 3 | -20/+62 |
2007-10-10 | r11919: The generic mappings in srv_samr_nt.c are only used there -- make them | Volker Lendecke | 4 | -50/+63 |
2007-10-10 | r11918: Remove two unused variables | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now. | Volker Lendecke | 3 | -30/+30 |
2007-10-10 | r11916: auth_get_sam_account is only used in auth_rhosts.c -- move it there | Volker Lendecke | 2 | -30/+30 |
2007-10-10 | r11915: Remove unused extern declarations | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa... | Volker Lendecke | 2 | -6/+28 |
2007-10-10 | r11909: Implement 'reset on zero vc'. This kills other connections when a ses... | Volker Lendecke | 3 | -1/+32 |