Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>. | Jeremy Allison | 2007-04-03 | 1 | -0/+30 | |
| | | | | | | | | Jeremy. | |||||
| * | r22059: Over-allocate and NULL out 100 bytes for lanman.c. | Volker Lendecke | 2007-04-03 | 1 | -4/+8 | |
| | | | | | | | | Volker | |||||
| * | r22058: Add test_nss_modules to check NSS modules for unresolved symbols. | Günther Deschner | 2007-04-03 | 1 | -0/+12 | |
| | | | | | | | | Guenther | |||||
| * | r22056: Adding some missing proto_exists calls (for PAM and NSS modules) | Günther Deschner | 2007-04-03 | 1 | -5/+5 | |
| | | | | | | | | Guenther | |||||
| * | r22055: Port the endpoint mapper (and functions it requires) to Samba 3. | Jelmer Vernooij | 2007-04-03 | 17 | -12/+4442 | |
| | | ||||||
| * | r22054: merge from samba4: | Stefan Metzmacher | 2007-04-03 | 1 | -77/+0 | |
| | | | | | | | | | | | | remove broken samba3 specific stuff from tdbtool metze | |||||
| * | r22051: use libreplace headers | Stefan Metzmacher | 2007-04-03 | 1 | -13/+4 | |
| | | | | | | | | metze | |||||
| * | r22050: Fix a couple of off-by-one errors in the rap | Jeremy Allison | 2007-04-03 | 2 | -7/+29 | |
| | | | | | | | | | | | | | | call patch. Jerry, this works now for displaying shares on Win9x (and hopefully everything else as well :-). Jeremy. | |||||
| * | r22049: HPUX build fixes from <don.mccall@hp.com>. | Jeremy Allison | 2007-04-02 | 2 | -12/+49 | |
| | | | | | | | | Jeremy. | |||||
| * | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 2007-04-02 | 13 | -145/+145 | |
| | | | | | | | | | | redundent. Remove it. Jeremy. | |||||
| * | r22044: Remove the only skip_string(...,2) caller | Volker Lendecke | 2007-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This ↵ | Volker Lendecke | 2007-04-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | looks much easier to review! Damn close to what I had in my tree, just the fn names were slightly different. This removes one unnecessary dupe. Next thing is to get rid of the parameter "n" of skip_string, there is only one (!) caller that does not pass in 1.... Volker | |||||
| * | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 2007-04-02 | 4 | -79/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggested. I now use : BOOL is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off) char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off) char *get_safe_str_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off) int get_safe_SVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval) int get_safe_IVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval) Volker, please criticize and comment. Thanks, Jeremy. | |||||
| * | r22039: fix compiler warnings | Stefan Metzmacher | 2007-04-02 | 1 | -6/+7 | |
| | | | | | | | | metze | |||||
| * | r22033: remove useless line | Stefan Metzmacher | 2007-04-02 | 1 | -3/+0 | |
| | | | | | | | | metze | |||||
| * | r22026: Missed in my last commit, another case where we need to copy, not ↵ | Andrew Bartlett | 2007-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | reference. Andrew Bartlett | |||||
| * | r22024: Don't leak, actually use the provided memory context... | Andrew Bartlett | 2007-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | r22023: I don't like this cache, but I think Jeremy is right, the consequences | Andrew Bartlett | 2007-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | of the talloc heirarchy created are too subtle, particularly with callers picking out individual members. This might fix the faults on the build farm. Andrew Bartlett | |||||
| * | r22022: - Clarify the comments | Andrew Bartlett | 2007-04-02 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | - make sure never to free an uninitialised variable - ensure to free result on getpwnam_alloc failure Andrew Bartlett | |||||
| * | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 2007-04-02 | 6 | -58/+48 | |
| | | | | | | | | | | | | | | | | | | talloc_free()'ed at the end of a session. Rework the passwd cache code to use talloc_unlink and talloc_reference, to more carefully manage the cache. Andrew Bartlett | |||||
| * | r22019: Jeremy, this hopefully fixes the build farm currently. But I think ↵ | Volker Lendecke | 2007-04-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | we need another get_safe_offset call that also includes the required buffer size. Volker | |||||
| * | r22018: fix compile error | Herb Lewis | 2007-03-31 | 1 | -3/+3 | |
| | | ||||||
| * | r22017: After changing 2000 lines of this I think this is needed :-). | Jeremy Allison | 2007-03-31 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22016: Try and fix the build - move things out of proto.h | Jeremy Allison | 2007-03-30 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com> | Jeremy Allison | 2007-03-30 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2007-03-30 | 13 | -330/+714 | |
| | | | | | | | | | | but I've no option. Jeremy. | |||||
| * | r22013: Move to SSPI framing (sig first in NTLM). | Jeremy Allison | 2007-03-30 | 2 | -29/+41 | |
| | | | | | | | | Jeremy | |||||
| * | r22012: Ensure we use the same technique to pull the share mode | Jeremy Allison | 2007-03-29 | 1 | -19/+21 | |
| | | | | | | | | | | data out that locking/locking.c does. Jeremy. | |||||
| * | r22011: As Metze suggested, use 0xFF 'E' <enc ctx> instead | Jeremy Allison | 2007-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | of 0xFF 'S' <enc ctx>. Jeremy. | |||||
| * | r22010: Now I'm looking at mangling again, make sure | Jeremy Allison | 2007-03-29 | 1 | -16/+31 | |
| | | | | | | | | | | | | | | | | that we mangle any illegal names before doing any wildcard matches. That way lies least suprises. Don't merge this for 3.0.25, too dangerous. Thanks. Jeremy. | |||||
| * | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 2007-03-29 | 46 | -247/+251 | |
| | | | | | | | | | | | | and fix all compiler warnings in the users metze | |||||
| * | r22008: use string_term_tdb_data() | Stefan Metzmacher | 2007-03-29 | 1 | -4/+3 | |
| | | | | | | | | metze | |||||
| * | r22007: make string_tdb_data(NULL) possible... | Stefan Metzmacher | 2007-03-29 | 1 | -2/+2 | |
| | | | | | | | | metze | |||||
| * | r22006: use string_term_tdb_data()... | Stefan Metzmacher | 2007-03-29 | 1 | -2/+1 | |
| | | | | | | | | metze | |||||
| * | r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc | Jeremy Allison | 2007-03-28 | 3 | -7/+18 | |
| | | | | | | | | | | | | call as smb_krb5_locate_kdc to prevent incorrect linking and crashes on Solaris. Jeremy. | |||||
| * | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ↵ | Simo Sorce | 2007-03-28 | 1 | -26/+63 | |
| | | | | | | | | | | | | next) and -T argument parsing behavior (which is just insane but a separate bug) | |||||
| * | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 2007-03-28 | 35 | -148/+147 | |
| | | | | | | | | | | | | | | | | which matches what samba4 has. also fix all the callers to prevent compiler warnings metze | |||||
| * | r22000: remove useless casts | Stefan Metzmacher | 2007-03-28 | 1 | -9/+9 | |
| | | | | | | | | metze | |||||
| * | r21999: remove useless casts | Stefan Metzmacher | 2007-03-28 | 1 | -6/+6 | |
| | | | | | | | | metze | |||||
| * | r21998: Fix tdb keynames in netsamlogon_clear_cached_user(). | Günther Deschner | 2007-03-28 | 1 | -15/+11 | |
| | | | | | | | | | | | | | | | | | | No point in deleting U/DOMAIN/RID and UG/DOMAIN/RID keys if we only store U/SID and UG/SID keys :-) Next we need to verify the need of calling netsamlogon_clear_cached_user() at all. Guenther | |||||
| * | r21997: Implement the server side of gss seal negotiate. | Jeremy Allison | 2007-03-28 | 2 | -17/+92 | |
| | | | | | | | | Jeremy. | |||||
| * | r21994: Ignore keepalives in the correct buffer (out not in :-). | Jeremy Allison | 2007-03-27 | 2 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r21993: Don't let keepalives interferece with sign or seal | Jeremy Allison | 2007-03-27 | 1 | -0/+5 | |
| | | | | | | | | | | in the client code. Jeremy. | |||||
| * | r21992: Fix keepalive processing when encryption turned on. | Jeremy Allison | 2007-03-27 | 2 | -8/+28 | |
| | | | | | | | | Jeremy. | |||||
| * | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-03-27 | 8 | -59/+199 | |
| | | | | | | | | | | contexts.... Jeremy. | |||||
| * | r21990: Stop messing with the signing engine just because | Jeremy Allison | 2007-03-27 | 3 | -31/+31 | |
| | | | | | | | | | | | | we're encrypted. This will make further changes and spec much more clear. Jeremy. | |||||
| * | r21989: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -54/+31 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze | |||||
| * | r21988: make use of string_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -8/+5 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze | |||||
| * | r21987: split tdb_prs_*() functions in version which take a keystr and a ↵ | Stefan Metzmacher | 2007-03-27 | 3 | -13/+21 | |
| | | | | | | | | | | | | TDB_DATA key metze | |||||
| * | r21986: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 2007-03-27 | 1 | -55/+56 | |
| | | | | | | | | | | | | to avoid creating the TDB_DATA struct from strings "by hand" metze |