summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-11-28s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke1-0/+13
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-38/+115
2011-10-12s3-groupdb: split out groupdb/mapping_tdb.h.Günther Deschner1-0/+1
2011-10-11s3:groupdb: convert mapping_tdb.c to use dbwrap wrapper functions onlyMichael Adam1-21/+31
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-4/+5
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-7/+7
2011-05-06A couple more off-by-one calculations with strlcpy.Jeremy Allison1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-4/+5
2010-09-11s3-auth Change type of num_sids to uint32_tAndrew Bartlett1-3/+10
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-24/+24
2010-04-14s3: Fix a typoVolker Lendecke1-1/+1
2010-03-02s3: Fix some C++ warningsVolker Lendecke1-1/+1
2010-03-02s3: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2010-03-01s3:groupmap revert to tdb storageSimo Sorce1-12/+267
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+5
2008-09-29s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher1-3/+2
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-2/+2
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-1/+1
2008-07-03Fix build warning.Günther Deschner1-1/+1
2008-04-12groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher1-1/+1
2008-04-04mapping_tdb: fix enumeration of mappings.Michael Adam1-1/+1
2008-04-04mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam1-1/+1
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke1-3/+3
2008-04-01Convert dbwrap_trans_store to NTSTATUSVolker Lendecke1-3/+3
2008-04-01mapping_tdb: use the correct sid for the key creationStefan Metzmacher1-1/+1
2008-04-01mapping_tdb: use db_open_trans()Stefan Metzmacher1-2/+2
2008-04-01Protect group_mapping.tdb ops with transactionsVolker Lendecke1-16/+66
2008-03-28Fix a segfaultVolker Lendecke1-1/+1
2008-03-26util_tdb: remove trivial and unused tdb_wipe().Michael Adam1-1/+1
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam1-1/+1
2008-03-11Convert mapping_tdb.c to dbwrapVolker Lendecke1-292/+279
2008-03-11Clean up add_mapping_entry slightlyVolker Lendecke1-9/+11
2008-03-11Cleanup after pstring removalVolker Lendecke1-1/+1
2008-01-15Fix "status used uninitialized" warnings.Jeremy Allison1-1/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-3/+6
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-8/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+3
2007-12-15Fix a segfaultVolker Lendecke1-2/+2