Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23744: Remove TODO-comment. lp_load returns False if opening | Michael Adam | 1 | -2/+0 |
2007-10-10 | r23743: Simplify stat_cache_lookup() logic. For the history of this, see | Volker Lendecke | 1 | -68/+76 |
2007-10-10 | r23738: Re-add commented out code snipped that got lost by accident | Volker Lendecke | 1 | -0/+10 |
2007-10-10 | r23736: Use local variable of smb_flag2 instead of using the macro every time. | Jeremy Allison | 1 | -14/+16 |
2007-10-10 | r23735: Second part of the bugfix for #4763 | Jeremy Allison | 1 | -1/+21 |
2007-10-10 | r23733: Limit LDAP lookup in lookup_usergroups_member() to security groups. | Lars Müller | 1 | -1/+6 |
2007-10-10 | r23732: removed reference to non-existent structure | Herb Lewis | 1 | -2/+0 |
2007-10-10 | r23731: Forgot one reference to inbuf | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23730: Squashed commit of the following: | Gerald Carter | 2 | -2/+6 |
2007-10-10 | r23728: First part of bugfix for #4763. Limit notify responses | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r23727: Explicitly pass down FLAGS2 to srvstr_get_path. | Volker Lendecke | 3 | -44/+111 |
2007-10-10 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 13 | -53/+99 |
2007-10-10 | r23725: Remove get_current_mid() | Volker Lendecke | 2 | -26/+33 |
2007-10-10 | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 10 | -110/+208 |
2007-10-10 | r23723: Alexander Larsson pointed me at a missing mapping in clierror.c | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r23722: Fix the build of the catia module | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23714: but now: | Michael Adam | 1 | -0/+167 |
2007-10-10 | r23713: Oops accidentially checked in the wrong file - sorry! | Michael Adam | 1 | -17/+0 |
2007-10-10 | r23712: This script allows for adding lists of users (or other objects) | Michael Adam | 1 | -0/+17 |
2007-10-10 | r23711: Refactor the actual creation of object into its own small function. | Michael Adam | 1 | -7/+10 |
2007-10-10 | r23710: Remove some code duplication, we do have a random number generator | Volker Lendecke | 1 | -7/+3 |
2007-10-10 | r23709: C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23708: - Add define for WINBIND_WARN_PWD_EXPIRE. | Lars Müller | 2 | -2/+12 |
2007-10-10 | r23707: - Move the asprintf() call to create the key even in | Lars Müller | 1 | -14/+12 |
2007-10-10 | r23706: Add a script to create domainusers,-groups and -aliases. | Michael Adam | 1 | -0/+155 |
2007-10-10 | r23705: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs, | Lars Müller | 1 | -1/+2 |
2007-10-10 | r23704: Add pam_pwd_expire feature as discussed on samba-technical. | Lars Müller | 3 | -11/+98 |
2007-10-10 | r23694: Make sure that when builddir != srcdir, we can still find the exports | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r23692: Couldn't wait, sorry :-). Did the style change. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23691: fix for bug on touching files as described here: | Simo Sorce | 1 | -5/+13 |
2007-10-10 | r23689: Squashed commit of the following: | Gerald Carter | 5 | -21/+43 |
2007-10-10 | r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23685: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23683: Check ports are in the correct range (1-65535) | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r23682: Old patch I forgot in one of my 3.0.25 trees. | Simo Sorce | 1 | -0/+16 |
2007-10-10 | r23673: Check for integer wrap on incoming data. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r23672: Allow msrpc_name_to_sid() to be called without a domain_name and just... | Günther Deschner | 1 | -7/+9 |
2007-10-10 | r23671: Remove unused code -- 16416 bytes of bss space... | Volker Lendecke | 2 | -27/+0 |
2007-10-10 | r23670: Fix mkversion.sh for the git case: Only use the first line where | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23669: Move a variable into the only block where it is used. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23668: When creating a new string value, win2k regedit delivers | Michael Adam | 1 | -8/+22 |
2007-10-10 | r23667: Prevent storing of forbidden parameter names in registry | Michael Adam | 1 | -0/+13 |
2007-10-10 | r23666: Rename lp_parameter_valid -> lp_parameter_is_valid. | Michael Adam | 2 | -2/+2 |
2007-10-10 | r23665: Remove two unneeded global variables | Volker Lendecke | 2 | -14/+7 |
2007-10-10 | r23664: Fix incorrect index - should be j not i. How did we ever | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23663: Fix bug #4308 - Excel save operation corrupts file ACLs. | Jeremy Allison | 1 | -28/+255 |
2007-10-10 | r23662: According to simo, check_dos_char is needed | Volker Lendecke | 4 | -1/+96 |
2007-10-10 | r23661: Another static pstring | Volker Lendecke | 1 | -10/+15 |
2007-10-10 | r23660: Anybody know what check_dos_char() was used for? It wasn't called at | Volker Lendecke | 4 | -96/+1 |
2007-10-10 | r23659: file_pload is not used outside of util_file.c | Volker Lendecke | 1 | -1/+1 |