Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21561: It makes absolutely no sense to call krb5_kt_resolve() two times | Günther Deschner | 1 | -6/+1 |
2007-10-10 | r21560: Convert name_to_fqdn to BOOL. | Günther Deschner | 1 | -3/+6 |
2007-10-10 | r21558: Safe more indent, again no code changes. | Günther Deschner | 1 | -37/+37 |
2007-10-10 | r21557: indent only fix. No code change. | Günther Deschner | 1 | -49/+49 |
2007-10-10 | r21556: Remove superfluos return check in ads_keytab_verify_ticket(). | Günther Deschner | 1 | -2/+0 |
2007-10-10 | r21552: Ensure to check for proto_exists before linking any binary. No make | Lars Müller | 1 | -108/+108 |
2007-10-10 | r21551: Ok, this is more subtle. More tomorrow :-) | Volker Lendecke | 1 | -65/+37 |
2007-10-10 | r21550: make disp_info_list static to get_samr_dispinfo_by_sid(), add a comme... | Volker Lendecke | 1 | -2/+18 |
2007-10-10 | r21549: Only create DISP_INFO structs for domain handles, the others don't need | Volker Lendecke | 1 | -35/+47 |
2007-10-10 | r21548: prevent segv (reference to -1 element of array) | Herb Lewis | 1 | -1/+2 |
2007-10-10 | r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ... | Volker Lendecke | 2 | -3/+10 |
2007-10-10 | r21546: remove duplicate lines | Herb Lewis | 1 | -3/+0 |
2007-10-10 | r21543: Fix 64bit build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21540: Fix Bug #3713 and readd reporting what the profiles tool does (when | Günther Deschner | 1 | -4/+56 |
2007-10-10 | r21537: Avoid to trigger the confusing "cached entry differs." warning when | Günther Deschner | 2 | -2/+20 |
2007-10-10 | r21536: Fix copy/paste typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21530: Don't code with jet-lag and Volker looking over your | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21529: Fix warning from bad cast. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21526: Fix stray character in sys_memalign() that is only | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21525: Go ahead and checkin the mlock() & memalign() fixes so | Gerald Carter | 6 | -22/+61 |
2007-10-10 | r21517: Fix build warnings. | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r21509: Merge lp_passdb_backend() from rev 21506 to 3_0_25. | Lars Müller | 1 | -2/+2 |
2007-10-10 | r21508: Fix memleak in new idmap_tdb, thanks Herb. | Simo Sorce | 1 | -12/+4 |
2007-10-10 | r21507: Fix some "cannot access LDAP when no root" bugs. | Gerald Carter | 3 | -13/+30 |
2007-10-10 | r21506: Allow old pre 3.0.22 multi passdb backend configurations to work with | Lars Müller | 1 | -1/+43 |
2007-10-10 | r21505: make sure mlock()'d memory is aligned on a page boundary | Gerald Carter | 2 | -7/+26 |
2007-10-10 | r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a user | Günther Deschner | 3 | -6/+68 |
2007-10-10 | r21483: Fix use of uninitialized variable. | Jeremy Allison | 1 | -3/+6 |
2007-10-10 | r21482: Use IPC$ not ipc$ for consistency. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21481: No one said anything, so I'm disallowing anything | Jeremy Allison | 1 | -7/+17 |
2007-10-10 | r21480: Make fd_open match fd_close be translating | Jeremy Allison | 1 | -9/+12 |
2007-10-10 | r21478: Add 65k length limit for split SPNEGO blobs. | Jeremy Allison | 1 | -9/+19 |
2007-10-10 | r21474: Ensure trustdom_cache_shutdown() gets called | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r21467: Add GPFS-provided DMAPI support based on their GPL library | Alexander Bokovoy | 2 | -1/+11 |
2007-10-10 | r21462: Fix EnumValue (?) | Jelmer Vernooij | 9 | -126/+65 |
2007-10-10 | r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r21460: Fix for server-side processing of SPNEGO auth | Jeremy Allison | 4 | -11/+234 |
2007-10-10 | r21454: Fix debug typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21453: use the tdb mapping file for groups by default for compatibility with... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21450: No need to TALLOC_FREE twice here. | Günther Deschner | 1 | -2/+0 |
2007-10-10 | r21449: Talked to Jerry on irc, he does not see what might break with this: C... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21446: Karolins "printjob username" | Volker Lendecke | 2 | -1/+10 |
2007-10-10 | r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0 | Volker Lendecke | 1 | -9/+2 |
2007-10-10 | r21444: Check in tdb_parse_record. Not merging to the other branches yet, we ... | Volker Lendecke | 4 | -13/+101 |
2007-10-10 | r21417: Janitor for Herb. Make sure sharesec.c is functionally | Jeremy Allison | 1 | -127/+319 |
2007-10-10 | r21412: The last patch also incremented the seqnum when tdb_store failed. Not... | Volker Lendecke | 1 | -8/+10 |
2007-10-10 | r21410: We have to increment the sequence number also when tdb_update_hash() | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21409: saved_status1 is not used anymore after aio write behind was removed | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r21399: need to zero the request and response structures | Herb Lewis | 1 | -0/+3 |
2007-10-10 | r21397: revert accidential commit | Herb Lewis | 1 | -1/+1 |